diff options
author | Brian Paul <[email protected]> | 2002-10-31 14:58:36 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-10-31 14:58:36 +0000 |
commit | 07624e347bdef90b97bfa96eb955c12df4420ca7 (patch) | |
tree | 279a60bfdac744f77158c1fa017e196cc0445973 /Make-config | |
parent | 9627ed0631240044bbcf0f071d635c08b853ae4d (diff) |
fix a few HPUX problems
Diffstat (limited to 'Make-config')
-rw-r--r-- | Make-config | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Make-config b/Make-config index 23c1e0988b3..bc3d1ee72b4 100644 --- a/Make-config +++ b/Make-config @@ -1,4 +1,4 @@ -# $Id: Make-config,v 1.64 2002/10/29 23:09:38 brianp Exp $ +# $Id: Make-config,v 1.65 2002/10/31 14:58:36 brianp Exp $ MESA_MAJOR=5 MESA_MINOR=0 @@ -316,9 +316,11 @@ hpux10: "GLW_LIB = libGLw.a" \ "OSMESA_LIB = libOSMesa.a" \ "CC = cc" \ + "CPLUSPLUS = aCC" \ "CFLAGS = +O3 +DAportable -Aa -D_HPUX_SOURCE -I/usr/include/X11R6 -I/usr/contrib/X11R6/include -DUSE_XSHM" \ + "CCFLAGS = $(CFLAGS)" \ "MAKELIB = ../bin/mklib.ar-ruv" \ - "APP_LIB_DEPS = -L/usr/lib/X11R6 -L/usr/contrib/X11R6/lib -lXext -lXmu -lXi -lX11 -lm" + "APP_LIB_DEPS = -L/usr/lib/X11R6 -L/usr/contrib/X11R6/lib -lXext -lXmu -lXi -lX11 -lm -L/usr/lib -lCsup" hpux10-sl: $(MAKE) $(MFLAGS) -f Makefile.X11 targets \ @@ -328,7 +330,9 @@ hpux10-sl: "GLW_LIB = libGLw.a" \ "OSMESA_LIB = libOSMesa.a" \ "CC = cc" \ + "CPLUSPLUS = aCC" \ "CFLAGS = +z -Ae +O2 +Onolimit +Oaggressive -D_HPUX_SOURCE -I/usr/include/X11R6 -I/usr/contrib/X11R6/include -DUSE_XSHM" \ + "CCFLAGS = $(CFLAGS)" \ "MAKELIB = ../bin/mklib.hpux" \ "APP_LIB_DEPS = -L/usr/lib/X11R6 -L/usr/contrib/X11R6/lib -lXext -lXmu -lXi -lX11 -lm" |