projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
111156a
)
add missing CXX, CXXFLAGS for osf1 (Bug 886628)
author
Brian Paul
<brian.paul@tungstengraphics.com>
Sat, 31 Jan 2004 17:12:19 +0000
(17:12 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Sat, 31 Jan 2004 17:12:19 +0000
(17:12 +0000)
Make-config
patch
|
blob
|
history
diff --git
a/Make-config
b/Make-config
index
55b08e8
..
37eabd3
100644
(file)
--- a/
Make-config
+++ b/
Make-config
@@
-857,7
+857,9
@@
osf1:
"GLW_LIB = libGLw.so" \
"OSMESA_LIB = libOSMesa.so" \
"CC = cc" \
+ "CXX = cxx" \
"CFLAGS = -O0 -std1 -ieee_with_no_inexact -DUSE_XSHM" \
+ "CXXFLAGS = -O2 -std ansi -ieee" \
"GL_LIB_DEPS = -lX11 -lXext -lm -lpthread" \
"GLU_LIB_DEPS = -L$(TOP)/lib -lGL -lm" \
"GLUT_LIB_DEPS = -L$(TOP)/lib -lGLU -lGL -lX11 -lXmu -lXt -lXi -lm" \