projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e00ae3
)
Cell: added -Wmissing-prototypes to SPU_CFLAGS
author
Brian
<brian.paul@tungstengraphics.com>
Thu, 3 Jan 2008 16:57:12 +0000
(09:57 -0700)
committer
Brian
<brian.paul@tungstengraphics.com>
Thu, 3 Jan 2008 16:57:12 +0000
(09:57 -0700)
configs/linux-cell
patch
|
blob
|
history
diff --git
a/configs/linux-cell
b/configs/linux-cell
index 3ac49b36597a06b0b58e6e35a8a98cd530e46be4..2551530f314cf6199576f0c9b793ebde7a822785 100644
(file)
--- a/
configs/linux-cell
+++ b/
configs/linux-cell
@@
-33,7
+33,7
@@
GL_LIB_DEPS = $(EXTRA_LIB_PATH) -lX11 -lXext -lm -lpthread \
SPU_CC = /usr/bin/spu-gcc
-SPU_CFLAGS = -g -W -Wall -Winline -Wno-main -I. -I $(SDK)/spu/include -include spu_intrinsics.h -I $(TOP)/src/mesa/
+SPU_CFLAGS = -g -W -Wall -Winline -W
missing-prototypes -W
no-main -I. -I $(SDK)/spu/include -include spu_intrinsics.h -I $(TOP)/src/mesa/
SPU_LFLAGS = -L$(SDK)/spu/lib -Wl,-N -lmisc