summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-02-12 12:35:18 -0700
committerBrian Paul <brianp@vmware.com>2010-02-12 15:16:44 -0700
commit8a61690e84a143f5393f36521f15477663baa9e8 (patch)
tree2b583ccba61a8fa323f2cf235b9211171738c2bf /configs
parent2f517b8e5ac1943f4ac60a8313ec53064cf6cc6a (diff)
cell: remove -mcpu=cell from CFLAGS
This reverts part of commit ebe2f7609533645e7e9c8af4a55bc0127b9bc515 and allows things to build here.
Diffstat (limited to 'configs')
-rw-r--r--configs/linux-cell2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-cell b/configs/linux-cell
index 229ac73d6d..016c90076a 100644
--- 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)