summaryrefslogtreecommitdiff
path: root/configs/irix6-n32
blob: e0a8d917a7f35ca22c245f6dee80343faf173cd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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
CXXFLAGS = -n32 -mips3 -O3 -ansi -woff 1174,1552
MKLIB_OPTIONS = -archopt n32

LIB_DIR = $(TOP)/lib32

APP_LIB_DEPS = -L$(LIB_DIR) -n32 -rpath $(LIB_DIR) -lglut -lGLU -lGL -lX11 -lXmu -lXi -lfpe -lm