diff options
author | Brian Paul <[email protected]> | 2010-02-12 12:35:18 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-02-12 15:16:44 -0700 |
commit | 8a61690e84a143f5393f36521f15477663baa9e8 (patch) | |
tree | 2b583ccba61a8fa323f2cf235b9211171738c2bf /configs | |
parent | 2f517b8e5ac1943f4ac60a8313ec53064cf6cc6a (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-cell | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-cell b/configs/linux-cell index 229ac73d6de..016c90076a7 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) |