projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f517b8
)
cell: remove -mcpu=cell from CFLAGS
author
Brian Paul
<brianp@vmware.com>
Fri, 12 Feb 2010 19:35:18 +0000
(12:35 -0700)
committer
Brian Paul
<brianp@vmware.com>
Fri, 12 Feb 2010 22:16:44 +0000
(15:16 -0700)
This reverts part of commit
ebe2f7609533645e7e9c8af4a55bc0127b9bc515
and allows things to build here.
configs/linux-cell
patch
|
blob
|
history
diff --git
a/configs/linux-cell
b/configs/linux-cell
index 229ac73d6deca0a0228a6547a83e753218b4e54d..016c90076a7145074f6dbd200d9941bbffead850 100644
(file)
--- a/
configs/linux-cell
+++ b/
configs/linux-cell
@@
-25,7
+25,7
@@
OPT_FLAGS = -O3
SDK = /opt/cell/sdk/usr
-CFLAGS = $(OPT_FLAGS) -
mcpu=cell -
Wall -Winline -Wmissing-prototypes \
+CFLAGS = $(OPT_FLAGS) -Wall -Winline -Wmissing-prototypes \
-fPIC -m32 -std=c99 -mabi=altivec -maltivec \
-I. -I$(SDK)/include \
-DGALLIUM_CELL $(DEFINES)