diff options
author | Brian Paul <[email protected]> | 2006-04-13 02:59:29 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-04-13 02:59:29 +0000 |
commit | cb32dcfa3390a8e379d134a9ca4e4717f45b0f7e (patch) | |
tree | f710f586e46ff7cd242929b99ff02c5f4fc52084 /configs/irix6-n32-static | |
parent | fe14cf6951a8a925994dfe6a540784f2ed6ad3bf (diff) |
new configs, misc updates (Dan Schikore)
Diffstat (limited to 'configs/irix6-n32-static')
-rw-r--r-- | configs/irix6-n32-static | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/irix6-n32-static b/configs/irix6-n32-static index b60de380c62..0458590f0dc 100644 --- a/configs/irix6-n32-static +++ b/configs/irix6-n32-static @@ -7,15 +7,15 @@ CONFIG_NAME = irix6-n32-static # Compiler and flags CC = cc CXX = CC -CFLAGS = -n32 -mips2 -O2 -ansi -woff 1521,1552 -DUSE_XSHM -CXXFLAGS = -n32 -mips2 -O2 -ansi -woff 3262,3666 +CFLAGS = -n32 -mips2 -O2 -ansi -woff 1521,1552 -DUSE_XSHM -DPTHREADS +CXXFLAGS = -n32 -mips2 -O2 -ansi -woff 3262,3666 -DPTHREADS MKLIB_OPTIONS = -archopt n32 -static GLW_SOURCES = GLwDrawA.c GLwMDrawA.c LIB_DIR = $(TOP)/lib32 -APP_LIB_DEPS = -L$(LIB_DIR) -n32 -glut -l$(GLU_LIB) -l$(GL_LIB) -lX11 -lXext -lXmu -lXi -lm +APP_LIB_DEPS = -L$(LIB_DIR) -n32 -glut -l$(GLU_LIB) -l$(GL_LIB) -lX11 -lXext -lXmu -lXi -lpthread -lm -lC GL_LIB_NAME = libGL.a GLU_LIB_NAME = libGLU.a |