From ebe2f7609533645e7e9c8af4a55bc0127b9bc515 Mon Sep 17 00:00:00 2001 From: Marc Dietrich Date: Sat, 6 Feb 2010 15:07:48 +0100 Subject: cell: fix the usual cell breakage also update the cell config a bit Signed-off-by: Brian Paul --- configs/linux-cell | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configs') 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) -- cgit v1.2.3