aboutsummaryrefslogtreecommitdiff
path: root/lang/perl/files/armeb.config
diff options
context:
space:
mode:
authorMarcel Denia <naoir@gmx.net>2015-08-10 05:00:49 +0200
committerMarcel Denia <naoir@gmx.net>2015-09-01 09:23:15 +0200
commitafad97013910928fe32c569af2b56891302a79fc (patch)
tree5c6f83c9b40d5f3106673544a1e526afc03abf32 /lang/perl/files/armeb.config
parent7d12c8be58695e4ca4d40d8f2e6ce2e57720c88c (diff)
perl: Switch to split configuration files
This replaces the previously used collection of configuration files for every single architecture in conjunction with hacky overrides, which became an increasing burden to maintain. Fixes a number of outstanding bugs and oddities, with the most important one being the previously wrong signal order(as shown by ext/POSIX/t/sigaction.t). See files/perlconfig.pl's POD and files/README.config for details. Signed-off-by: Marcel Denia <naoir@gmx.net>
Diffstat (limited to 'lang/perl/files/armeb.config')
-rw-r--r--lang/perl/files/armeb.config19
1 files changed, 19 insertions, 0 deletions
diff --git a/lang/perl/files/armeb.config b/lang/perl/files/armeb.config
new file mode 100644
index 000000000..081300c94
--- /dev/null
+++ b/lang/perl/files/armeb.config
@@ -0,0 +1,19 @@
+owrt:arch=armeb
+owrt:bits=32
+owrt:endian=big
+
+ccsymbols='__ARM_ARCH_3__=1'
+cppccsymbols=''
+cppsymbols='__ELF__=1 _FILE_OFFSET_BITS=64 __GLIBC__=2 __GLIBC_MINOR__=2 __GNUC__=3 __GNUC_MINOR__=4 __GNU_LIBRARY__=6 _LARGEFILE_SOURCE=1 _POSIX_C_SOURCE=199506L _POSIX_SOURCE=1 __STDC__=1 __USE_BSD=1 __USE_FILE_OFFSET64=1 __USE_LARGEFILE=1 __USE_MISC=1 __USE_POSIX=1 __USE_POSIX199309=1 __USE_POSIX199506=1 __USE_POSIX2=1 __USE_SVID=1 linux=1 __linux=1 __linux__=1 unix=1 __unix=1 __unix__=1'
+d_casti32='define'
+d_modflproto='undef'
+doublekind='4'
+fpossize='20'
+longdblkind='0'
+need_va_copy='undef'
+quadkind='3'
+
+owrt:sig_count='64'
+owrt:sigs='ZERO HUP INT QUIT ILL TRAP ABRT BUS FPE KILL USR1 SEGV USR2 PIPE ALRM TERM STKFLT CHLD CONT STOP TSTP TTIN TTOU URG XCPU XFSZ VTALRM PROF WINCH IO PWR SYS'
+owrt:sig_name_extra='IOT CLD POLL UNUSED'
+owrt:sig_num_extra='6 17 29 31'