From bfdc645a098504405e309e10e7b33940ee817710 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 16 Mar 2007 10:02:44 +0000 Subject: [PATCH] From Per Fahlberg, "To get the latest OSG to build under IRIX with the MIPSpro compiler I had to add -LANG:libc_in_namespace_std=OFF to DEF in the makedefs file. The modified file is attached." --- Make/makedefs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Make/makedefs b/Make/makedefs index bda005045..c839af0ca 100644 --- a/Make/makedefs +++ b/Make/makedefs @@ -231,7 +231,7 @@ ifeq ($(OS),IRIX) DEPARG = -M INC += -I${TOPDIR}/include -I/usr/freeware/include LDFLAGS += -L/usr/local/lib - DEF += -LANG:std -OPT:Olimit=0 \ + DEF += -LANG:libc_in_namespace_std=OFF -LANG:std -OPT:Olimit=0 \ -DEBUG:woff=1681 -DEBUG:woff=1682 -DEBUG:woff=3303 \ -MDupdate $(MAKEDEPEND) OPTF = -O2 @@ -264,7 +264,7 @@ ifeq ($(OS),IRIX) INC += -I${TOPDIR}/include -I/usr/freeware/include DEF += -fPIC -W -Wno-unused OPTF = -O2 - DBGF = -g -gstabs+ -DOSG_COMPILE_UNIT_TESTS + DBGF = -g -DOSG_COMPILE_UNIT_TESTS SHARED = -shared PFLIBS = \ -lpf3ds -lpfdem -lpfdted -lpfdwb -lpfdxf -lpfevt \ @@ -352,7 +352,7 @@ endif # DEF += -W -Wall -fPIC -pipe -Woverloaded-virtual DEF += -W -Wall -fPIC -pipe OPTF = -O2 - DBGF = -g -gstabs+ -DOSG_COMPILE_UNIT_TESTS + DBGF = -g -DOSG_COMPILE_UNIT_TESTS SYSARCH := $(shell arch) ifeq ($(SYSARCH),x86_64) ARCHARGS =