softpipe: route correct coordinates for shadow cube sampling.
[mesa.git] / configs / irix6-o32
1 # Configuration for IRIX 6.x, make o32 DSOs
2
3 include $(TOP)/configs/default
4
5 CONFIG_NAME = irix6-o32
6
7 # Compiler and flags
8 CC = cc
9 CXX = CC
10 CFLAGS = -32 -mips2 -O2 -ansi -woff 1521,1552 -DUSE_XSHM
11 CXXFLAGS = -32 -mips2 -O2 -ansi -woff 3262,3666
12
13 GLW_SOURCES = GLwDrawA.c GLwMDrawA.c
14
15 LIB_DIR = lib32
16
17