12345678910111213141516 |
- # Configuration for IRIX 6.x, make n32 DSOs
-
- include $(TOP)/configs/default
-
- CONFIG_NAME = irix6-n32
-
- # Compiler and flags
- CC = cc
- CXX = CC
- CFLAGS = -n32 -mips3 -O3 -ansi -woff 1174,1521,1552 -DUSE_XSHM -DPTHREADS
- CXXFLAGS = -n32 -mips3 -O3 -ansi -woff 1174,1552 -DPTHREADS
-
- GLW_SOURCES = GLwDrawA.c GLwMDrawA.c
-
- LIB_DIR = lib32
|