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>2003-08-04 07:26:07 +0400
committerChris Want <cwant@ualberta.ca>2003-08-04 07:26:07 +0400
commit4796c8599b66d2ccf8936d5c6a2835dfbe4da7ea (patch)
tree491d711d2ce1f9cd4a2f96b2e43e04b4dd3452b9 /source/nan_compile.mk
parent41211edfeeb3b0f2c597818ceb6b8c1d49ddf2ee (diff)
Irix mips3 build, Part 2
Ensuring that the build uses the rebuilt mips3 libs. Please test!
Diffstat (limited to 'source/nan_compile.mk')
-rw-r--r--source/nan_compile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/nan_compile.mk b/source/nan_compile.mk
index 41d722d000f..49c275305d2 100644
--- a/source/nan_compile.mk
+++ b/source/nan_compile.mk
@@ -107,8 +107,8 @@ ifeq ($(OS),irix)
CCC = CC
CFLAGS += -n32 -mips3 -Xcpluscomm
CCFLAGS += -n32 -mips3 -Xcpluscomm -LANG:std
- REL_CFLAGS += -O2 -OPT:Olimit=0
- REL_CCFLAGS += -O2 -OPT:Olimit=0
+ REL_CFLAGS += -n32 -mips3 -O2 -OPT:Olimit=0
+ REL_CCFLAGS += -n32 -mips3 -O2 -OPT:Olimit=0
OPENGL_HEADERS = /usr/include
NAN_DEPEND = true
AR = CC