summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorMarcus Holland-Moritz <mhx-perl@gmx.net>2004-04-29 17:50:40 +0000
committerMarcus Holland-Moritz <mhx-perl@gmx.net>2004-04-29 17:50:40 +0000
commit8bbf3450a1ff0a3996dade29a4194cc0939d871f (patch)
tree5a108e1c9601b3b7759199e532561c48140bbdb8 /hints
parent013ad2b3dc942a88b74694d57893e4e37ffaeb82 (diff)
downloadperl-8bbf3450a1ff0a3996dade29a4194cc0939d871f.tar.gz
CXUX_BROKEN_CONSTANT_CONVERT isn't used anymore.
Remove all associated code. p4raw-id: //depot/perl@22753
Diffstat (limited to 'hints')
-rw-r--r--hints/cxux.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/hints/cxux.sh b/hints/cxux.sh
index e3ac086e23..8d95356c15 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'