summaryrefslogtreecommitdiff
path: root/configs/irix6-n32
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-04-13 02:59:29 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-04-13 02:59:29 +0000
commitcb32dcfa3390a8e379d134a9ca4e4717f45b0f7e (patch)
treef710f586e46ff7cd242929b99ff02c5f4fc52084 /configs/irix6-n32
parentfe14cf6951a8a925994dfe6a540784f2ed6ad3bf (diff)
new configs, misc updates (Dan Schikore)
Diffstat (limited to 'configs/irix6-n32')
-rw-r--r--configs/irix6-n326
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/irix6-n32 b/configs/irix6-n32
index 4bf2964014..32def6a0a2 100644
--- a/configs/irix6-n32
+++ b/configs/irix6-n32
@@ -7,12 +7,12 @@ CONFIG_NAME = irix6-n32
# Compiler and flags
CC = cc
CXX = CC
-CFLAGS = -n32 -mips3 -O3 -ansi -woff 1174,1521,1552 -DUSE_XSHM
-CXXFLAGS = -n32 -mips3 -O3 -ansi -woff 1174,1552
+CFLAGS = -n32 -mips3 -O3 -ansi -woff 1174,1521,1552 -DUSE_XSHM -DPTHREADS
+CXXFLAGS = -n32 -mips3 -O3 -ansi -woff 1174,1552 -DPTHREADS
MKLIB_OPTIONS = -archopt n32
GLW_SOURCES = GLwDrawA.c GLwMDrawA.c
LIB_DIR = $(TOP)/lib32
-APP_LIB_DEPS = -L$(LIB_DIR) -n32 -rpath $(LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) -lX11 -lXmu -lXi -lfpe -lm
+APP_LIB_DEPS = -L$(LIB_DIR) -n32 -rpath $(LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) -lX11 -lXmu -lXi -lfpe -lpthread -lm