projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8761dc
)
fix -fomit-frame_pointer typo
author
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 15 Jan 2004 14:24:37 +0000
(14:24 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 15 Jan 2004 14:24:37 +0000
(14:24 +0000)
Make-config
patch
|
blob
|
history
diff --git
a/Make-config
b/Make-config
index 0f3a9358d2146d5d6d9ce1497054d0eb9ab4b84c..4d9640cbe4d892b3a974e66f728cc09551de0250 100644
(file)
--- a/
Make-config
+++ b/
Make-config
@@
-991,7
+991,7
@@
sunos5-gcc:
"CC = gcc" \
"CXX = g++" \
"CFLAGS = -O3 -I/usr/openwin/include -fPIC -fomit-frame-pointer -D_REENTRANT -DUSE_XSHM" \
- "CXXFLAGS = -O3 -I/usr/openwin/include -fPIC -fomit-frame
_
pointer -D_REENTRANT" \
+ "CXXFLAGS = -O3 -I/usr/openwin/include -fPIC -fomit-frame
-
pointer -D_REENTRANT" \
"GLUT_CFLAGS = -fexceptions -DSOLARIS_2_4_BUG" \
"GL_LIB_DEPS = -L/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm" \
"GLU_LIB_DEPS = -L$(TOP)/lib -lGL -lm" \