g3dvl: Use sobel filter for chroma interpolation
[mesa/nouveau-pmpeg.git] / configs / solaris-x86-gcc
blobbaa30648207a5b602657b65a066c951a93d5550b
1 # Configuration for Solaris on x86 with gcc, dynamic libs
3 include $(TOP)/configs/default
5 CONFIG_NAME = solaris-x86-gcc
7 # Compiler and flags
8 CC = gcc
9 CXX = g++
10 CFLAGS = -O3 -march=i486 -fPIC -I/usr/openwin/include -DUSE_XSHM
11 CXXFLAGS = -O3 -march=i486 -fPIC
13 # Work around aliasing bugs - developers should comment this out
14 CFLAGS += -fno-strict-aliasing
15 CXXFLAGS += -fno-strict-aliasing
17 GL_LIB_DEPS = -L/usr/openwin/lib -lX11 -lXext -lm -lpthread
18 GLU_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GL_LIB) -lm