mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-12-13 04:04:14 +08:00
bb2180dca3
Use -O instead of +O3 or +O2. Remove +Oaggressive. Replace -Aa with -Ae.
15 lines
401 B
Plaintext
15 lines
401 B
Plaintext
# Configuration for HPUX v10, shared libs
|
|
|
|
include $(TOP)/configs/default
|
|
|
|
CONFIG_NAME = hpux9-gcc
|
|
|
|
# Compiler and flags
|
|
CC = cc
|
|
CXX = aCC
|
|
|
|
CFLAGS = -O +DAportable +z -Ae -D_HPUX_SOURCE -I/usr/include/X11R6 -I/usr/contrib/X11R6/include -DUSE_XSHM
|
|
CXXFLAGS = -O +DAportable +Z -Ae -D_HPUX_SOURCE
|
|
|
|
APP_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -L/usr/lib/X11R6 -L/usr/contrib/X11R6/lib -lXext -lXmu -lXi -lX11 -lm
|