summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMarc Dietrich <marvin24@gmx.de>2010-02-06 15:07:48 +0100
committerBrian Paul <brianp@vmware.com>2010-02-08 07:47:04 -0700
commitebe2f7609533645e7e9c8af4a55bc0127b9bc515 (patch)
tree7564f7c0703bacae1f9a0ff296b31c6eba1c7964 /configs
parent7f41f5447c8f9113c8956901e1c5fff6081ecd94 (diff)
cell: fix the usual cell breakage
also update the cell config a bit Signed-off-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/linux-cell6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/linux-cell b/configs/linux-cell
index 221655c35d..229ac73d6d 100644
--- a/configs/linux-cell
+++ b/configs/linux-cell
@@ -1,6 +1,6 @@
# linux-cell (non-debug build)
-include $(TOP)/configs/default
+include $(TOP)/configs/linux
CONFIG_NAME = linux-cell
@@ -25,10 +25,10 @@ OPT_FLAGS = -O3
SDK = /opt/cell/sdk/usr
-CFLAGS = $(OPT_FLAGS) -Wall -Winline -Wmissing-prototypes \
+CFLAGS = $(OPT_FLAGS) -mcpu=cell -Wall -Winline -Wmissing-prototypes \
-fPIC -m32 -std=c99 -mabi=altivec -maltivec \
-I. -I$(SDK)/include \
- -DGALLIUM_CELL -DUSE_XSHM -D_BSD_SOURCE -D_SVID_SOURCE
+ -DGALLIUM_CELL $(DEFINES)
CXXFLAGS = $(CFLAGS)