svga: Flush the hwtnl primitives before writing to buffers.
[mesa.git] / configs / sunos5-v8-static
1 # Configuration for SunOS 5
2
3 include $(TOP)/configs/default
4
5 CONFIG_NAME = sunos5-v8-static
6
7 MKLIB_OPTIONS = -static
8
9 # Compiler and flags
10 CC = cc
11 CXX = CC
12 CFLAGS = -xarch=v8 -KPIC -O -I/usr/openwin/include -I/usr/dt/include -DUSE_XSHM -DPTHREADS
13 CXXFLAGS = -xarch=v8 -KPIC -O -I/usr/openwin/include -I/usr/dt/include -DPTHREADS
14