summaryrefslogtreecommitdiff
path: root/configs/irix6-o32
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-03-26 15:16:35 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-03-26 15:16:35 +0000
commita70ad91209b08ebe7122ace6d6656b11d9b04542 (patch)
treedc8b1e08f6348809afcc29fc66d392061a5876fe /configs/irix6-o32
parentf262b70d5a3fb7bcc2b280735fc7ff643cebe433 (diff)
new system configurations
Diffstat (limited to 'configs/irix6-o32')
-rw-r--r--configs/irix6-o3217
1 files changed, 17 insertions, 0 deletions
diff --git a/configs/irix6-o32 b/configs/irix6-o32
new file mode 100644
index 0000000000..48732a3331
--- /dev/null
+++ b/configs/irix6-o32
@@ -0,0 +1,17 @@
+# Configuration for IRIX 6.x, make o32 DSOs
+
+include $(TOP)/configs/default
+
+CONFIG_NAME = irix6-o32
+
+# Compiler and flags
+CC = cc
+CXX = CC
+CFLAGS = -32 -mips2 -O2 -ansi -woff 1521,1552 -DUSE_XSHM
+CXXFLAGS = -32 -mips2 -O2 -ansi -woff 3262,3666
+MKLIB_OPTIONS = -archopt o32
+
+LIB_DIR = $(TOP)/lib32
+
+APP_LIB_DEPS = -L$(LIB_DIR) -32 -rpath $(LIB_DIR) -lglut -lGLU -lGL -lX11 -lXext -lXmu -lXi -lm
+