X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fcxux.sh;h=8d95356c15c4549b70989a70853775f55eb235f4;hb=7253302f2d3ad6cffc89ef8a0aa41e45bb4dc935;hp=e3ac086e235934c3331abb5f0ec18dd9c69773fc;hpb=ef2d312d3309ac1c38d04eea6f4d58872505013a;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/cxux.sh b/hints/cxux.sh index e3ac086..8d95356 100644 --- a/hints/cxux.sh +++ b/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'