diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-08-09 18:10:42 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-08-09 18:10:42 +0000 |
commit | b30707e4885ca231ff72a496671faa7830e8002a (patch) | |
tree | ceefb7d8635e495c31ba663e183cdcad8a9b157c /gnu/usr.bin/perl/hints/cxux.sh | |
parent | 3c5182ca6f3c3cb0d292743e65788c0b1d03b596 (diff) |
merge 5.8.5 into HEAD
remove now-unused files
crank libperl shared library major number
update Makefile.bsd-wrapper
tweak openbsd hints file for arm and m68k
Diffstat (limited to 'gnu/usr.bin/perl/hints/cxux.sh')
-rw-r--r-- | gnu/usr.bin/perl/hints/cxux.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/usr.bin/perl/hints/cxux.sh b/gnu/usr.bin/perl/hints/cxux.sh index e3ac086e235..8d95356c15c 100644 --- a/gnu/usr.bin/perl/hints/cxux.sh +++ b/gnu/usr.bin/perl/hints/cxux.sh @@ -69,10 +69,9 @@ glibpth="/usr/sde/elf/usr/lib $glibpth" # to drag 'sigaction' into the perl main program is to make sure it gets # defined for the posix shared library (for some reason sigaction is static, # rather than being defined in libc.so.1). The 88110compat option makes sure -# the code will run on both 88100 and 88110 machines. The define is added to -# trigger a work around for a compiler bug which shows up in pp.c. +# the code will run on both 88100 and 88110 machines. # -cc='/bin/cc -Xa -Qtarget=M88110compat -DCXUX_BROKEN_CONSTANT_CONVERT' +cc='/bin/cc -Xa -Qtarget=M88110compat' cccdlflags='-Zelf -Zpic' ccdlflags='-Zelf -Zlink=dynamic -Wl,-Bexport -u sigaction' lddlflags='-Zlink=so' |