Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Want <cwant@ualberta.ca>2004-03-29 02:37:56 +0400
committerChris Want <cwant@ualberta.ca>2004-03-29 02:37:56 +0400
commit0a6d0e62e16de88712cd5770b946bd6d7ff004b1 (patch)
treebab2088821e315ac605ee1ba76c411dc57b5ec28 /source/nan_compile.mk
parent8476097a01d919f5b53ee3a47828d606e5ce06cb (diff)
A fix for the MIPSPro 7.4 compiler ... please let me know if there
are problems with 7.3.
Diffstat (limited to 'source/nan_compile.mk')
-rw-r--r--source/nan_compile.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/nan_compile.mk b/source/nan_compile.mk
index 46128db3b3b..c3e8ea6b409 100644
--- a/source/nan_compile.mk
+++ b/source/nan_compile.mk
@@ -114,7 +114,8 @@ ifeq ($(OS),irix)
CC = cc
CCC = CC
CFLAGS += -n32 -mips3 -Xcpluscomm
- CCFLAGS += -n32 -mips3 -Xcpluscomm -LANG:std
+ CCFLAGS += -n32 -mips3 -Xcpluscomm -LANG:std
+ CCFLAGS += -LANG:libc_in_namespace_std=off
REL_CFLAGS += -n32 -mips3 -O2 -OPT:Olimit=0
REL_CCFLAGS += -n32 -mips3 -O2 -OPT:Olimit=0
OPENGL_HEADERS = /usr/include