From a94a9332034ac9c37798b34250d5067c371a1192 Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Thu, 27 May 1999 23:03:31 +0000 Subject: Bugzilla bug #4471: specify -mips3 when compiling on IRIX 6.5, otherwise it defaults to -mips4 if the build machine is mips4. --- config/IRIX.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/IRIX.mk b/config/IRIX.mk index 7c31b6c1..db26b010 100644 --- a/config/IRIX.mk +++ b/config/IRIX.mk @@ -119,6 +119,9 @@ OS_CFLAGS += -D_PR_HAVE_SGI_PRDA_PROCMASK endif ifeq (,$(filter-out 6.5,$(OS_RELEASE))) +ifndef NS_USE_GCC +OS_CFLAGS += -mips3 +endif OS_CFLAGS += -D_PR_HAVE_GETPROTO_R -D_PR_HAVE_GETPROTO_R_POINTER endif -- cgit v1.2.1