diff options
author | Brian Paul <[email protected]> | 2004-03-26 15:16:35 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-03-26 15:16:35 +0000 |
commit | a70ad91209b08ebe7122ace6d6656b11d9b04542 (patch) | |
tree | dc8b1e08f6348809afcc29fc66d392061a5876fe /configs/irix6-64 | |
parent | f262b70d5a3fb7bcc2b280735fc7ff643cebe433 (diff) |
new system configurations
Diffstat (limited to 'configs/irix6-64')
-rw-r--r-- | configs/irix6-64 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/configs/irix6-64 b/configs/irix6-64 new file mode 100644 index 00000000000..4811757e738 --- /dev/null +++ b/configs/irix6-64 @@ -0,0 +1,17 @@ +# Configuration for IRIX 6.x, make n64 DSOs + +include $(TOP)/configs/default + +CONFIG_NAME = irix6-64 + +# Compiler and flags +CC = cc +CXX = CC +CFLAGS = -64 -O3 -ansi -woff 1068,1069,1174,1185,1209,1474,1552 -DUSE_XSHM +CXX = CC +CXXFLAGS = -64 -O3 -ansi -woff 1174 +MKLIB_OPTIONS = -archopt 64 + +LIB_DIR = $(TOP)/lib64 + +APP_LIB_DEPS = -L$(LIB_DIR) -64 -rpath $(LIB_DIR) -lglut -lGLU -lGL -lX11 -lXmu -lXi -lm |