summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2001-06-19 04:29:16 +0000
committerwtc%netscape.com <devnull@localhost>2001-06-19 04:29:16 +0000
commitaf74401f99b160c6836e8b63b003f50187f29733 (patch)
tree94bc6b4c85375c40910ac711d2d753cd1d68c090
parent46aee4654bb450fe85de1883d71dd16a169ab0dc (diff)
downloadnss-hg-af74401f99b160c6836e8b63b003f50187f29733.tar.gz
Bugzilla bug #82647: Although gcc takes the -mips3 option, it generates
an executable that crashes with SIGBUS. a=dbaron. Tag: NSS_3_2_BRANCH
-rw-r--r--security/coreconf/IRIX6.5.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/coreconf/IRIX6.5.mk b/security/coreconf/IRIX6.5.mk
index 7f68d82cb..2341580b4 100644
--- a/security/coreconf/IRIX6.5.mk
+++ b/security/coreconf/IRIX6.5.mk
@@ -39,4 +39,7 @@ SHLIB_LD_OPTS += -no_unresolved
include $(CORE_DEPTH)/coreconf/IRIX6.mk
-OS_CFLAGS += -DIRIX6_5 -mips3
+OS_CFLAGS += -DIRIX6_5
+ifndef NS_USE_GCC
+OS_CFLAGS += -mips3
+endif