1 # Configuration for HPUX v10, with gcc
3 include $(TOP)/configs/default
5 CONFIG_NAME = hpux10-gcc
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
14 # Work around aliasing bugs - developers should comment this out
15 CFLAGS += -fno-strict-aliasing
16 CXXFLAGS += -fno-strict-aliasing