perl: add missing config for mips64el
authorTony Ambardar <redacted>
Wed, 19 Dec 2018 05:27:34 +0000 (21:27 -0800)
committerguidosarducci <redacted>
Wed, 19 Dec 2018 05:28:26 +0000 (21:28 -0800)
Compilation otherwise fails building for MIPS Malta 64-bit LE.

Signed-off-by: Tony Ambardar <redacted>
lang/perl/files/mips64el.config [new file with mode: 0644]

diff --git a/lang/perl/files/mips64el.config b/lang/perl/files/mips64el.config
new file mode 100644 (file)
index 0000000..e02fb41
--- /dev/null
@@ -0,0 +1,21 @@
+owrt:arch=mips64el
+owrt:bits=64
+owrt:endian=little
+
+ccsymbols=''
+cppccsymbols=''
+cppsymbols=''
+d_casti32='define'
+d_double_style_ieee='define'
+d_long_double_style_ieee_doubledouble='define'
+d_modflproto='undef'
+doublekind='3'
+fpossize='24'
+longdblkind='5'
+need_va_copy='define'
+quadkind='2'
+
+owrt:sig_count=128
+owrt:sigs='ZERO HUP INT QUIT ILL TRAP ABRT EMT FPE KILL BUS SEGV SYS PIPE ALRM TERM USR1 USR2 CHLD PWR WINCH URG IO STOP TSTP CONT TTIN TTOU VTALRM PROF XCPU XFSZ'
+owrt:sig_name_extra='IOT CLD POLL'
+owrt:sig_num_extra='6 18 22'
git clone https://git.99rst.org/PROJECT