projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25e658a
)
Remove '-include altivec.h'.
author
Ian Romanick
<idr@us.ibm.com>
Tue, 11 Dec 2007 20:39:17 +0000
(12:39 -0800)
committer
Ian Romanick
<idr@us.ibm.com>
Tue, 11 Dec 2007 20:41:12 +0000
(12:41 -0800)
Including altivec.h caused problems in some places that use "pixel" as a
variable name.
configs/linux-cell
patch
|
blob
|
history
diff --git
a/configs/linux-cell
b/configs/linux-cell
index f2c1dd25e53b189ee1e4c856a4b7b4d541dde2be..46320e797c040be0fe31a816bbb9239503a450a1 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 -Winline -fPIC -m32 -mabi=altivec -maltivec -I. -I/usr/include -I$(SDK)/include -
include altivec.h -
DGALLIUM_CELL
+CFLAGS = -g -W -Winline -fPIC -m32 -mabi=altivec -maltivec -I. -I/usr/include -I$(SDK)/include -DGALLIUM_CELL
CXXFLAGS = $(CFLAGS)