projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f58d9a
)
remove -Wall, add -DGALLIUM_CELL
author
Brian
<brian.paul@tungstengraphics.com>
Mon, 10 Dec 2007 21:10:29 +0000
(14:10 -0700)
committer
Brian
<brian.paul@tungstengraphics.com>
Mon, 10 Dec 2007 21:10:29 +0000
(14:10 -0700)
configs/linux-cell
patch
|
blob
|
history
diff --git
a/configs/linux-cell
b/configs/linux-cell
index f581b5a6fe3c7a6db490a5e16cbb5b38077c6283..f2c1dd25e53b189ee1e4c856a4b7b4d541dde2be 100644
(file)
--- a/
configs/linux-cell
+++ b/
configs/linux-cell
@@
-13,7
+13,7
@@
CXX = /usr/bin/ppu32-g++
SDK = /opt/ibm/cell-sdk/prototype/sysroot/usr
-CFLAGS = -g -W -W
all -Winline -fPIC -m32 -mabi=altivec -maltivec -I. -I/usr/include -I$(SDK)/include -include altivec.h
+CFLAGS = -g -W -W
inline -fPIC -m32 -mabi=altivec -maltivec -I. -I/usr/include -I$(SDK)/include -include altivec.h -DGALLIUM_CELL
CXXFLAGS = $(CFLAGS)