i915g: Add missing draw_flush call.
[mesa.git] / configs / hpux10-gcc
1 # Configuration for HPUX v10, with gcc
2
3 include $(TOP)/configs/default
4
5 CONFIG_NAME = hpux10-gcc
6
7 # Compiler and flags
8 CC = gcc
9 CXX = g++
10
11 CFLAGS = -ansi -O3 -D_HPUX_SOURCE -I/usr/include/X11R6 -I/usr/contrib/X11R6/include -DUSE_XSHM
12 CXXFLAGS = -ansi -O3 -D_HPUX_SOURCE
13
14 # Work around aliasing bugs - developers should comment this out
15 CFLAGS += -fno-strict-aliasing
16 CXXFLAGS += -fno-strict-aliasing
17
18