This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: Add type_of() method to get range's type
[perl5.git] / hints / uts.sh
1 archname='s390'
2 archobjs='uts/strtol_wrap.o uts/sprintf_wrap.o'
3 cc='cc -Xa'
4 ccflags='-XTSTRINGS=1500000 -DStrtol=strtol_wrap32 -DStrtoul=strtoul_wrap32 -DSPRINTF_E_BUG'
5 cccdlflags='-pic'
6 d_bincompat3='undef'
7 d_csh='undef' 
8 d_lstat='define'
9 d_suidsafe='define'
10 dlsrc='dl_dlopen.xs'
11 i_ieeefp='undef'
12 ld='ld'
13 lddlflags='-G -z text'
14 libperl='libperl.so'
15 libpth='/lib /usr/lib /usr/ccs/lib'
16 libs='-lsocket -lnsl -ldl -lm'
17 libswanted='m'
18 prefix='/usr/local'
19 toke_cflags='optimize=""' 
20 useshrplib='true'
21
22 #################################
23 # Some less routine stuff:
24 #################################
25 cc -g -Xa -c -pic -O uts/strtol_wrap.c -o uts/strtol_wrap.o
26 cc -g -Xa -c -pic -O uts/sprintf_wrap.c -o uts/sprintf_wrap.o
27 # Make POSIX a static extension.
28 cat <<'EOSH' > config.over
29 static_ext='POSIX B'
30 dynamic_ext=`echo " $dynamic_ext " |
31   sed -e 's/ POSIX / /' -e 's/ B / /'`
32 EOSH