diff options
-rw-r--r-- | hints/uts.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hints/uts.sh b/hints/uts.sh index 01b217c96b..f774ee43b4 100644 --- a/hints/uts.sh +++ b/hints/uts.sh @@ -1,12 +1,13 @@ archname='s390' cc='cc' -ccflags='-Xa -XTSTRINGS=1500000' cccdlflags='-pic' +ccflags='-Xa -XTSTRINGS=1500000' d_bincompat3='undef' d_csh='undef' d_lstat='define' d_suidsafe='define' dlsrc='dl_dlopen.xs' +i_ieeefp='undef' ld='ld' lddlflags='-G -z text' libperl='libperl.so' |