mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
fix -fomit-frame_pointer typo
This commit is contained in:
parent
f8761dc040
commit
6290ca42f2
1 changed files with 1 additions and 1 deletions
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue