summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-01-15 14:24:37 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-01-15 14:24:37 +0000
commit6290ca42f2c3c9d4c441086eb2f5e6425ceecdc7 (patch)
tree95509d622c8cd8c4ed283f3e91b053b69152ff42
parentf8761dc0409000c6695467f72b32adf63e48361e (diff)
fix -fomit-frame_pointer typo
-rw-r--r--Make-config2
1 files changed, 1 insertions, 1 deletions
diff --git a/Make-config b/Make-config
index 0f3a9358d21..4d9640cbe4d 100644
--- 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" \