cell: remove -mcpu=cell from CFLAGS
authorBrian Paul <brianp@vmware.com>
Fri, 12 Feb 2010 19:35:18 +0000 (12:35 -0700)
committerBrian 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

index 229ac73d6deca0a0228a6547a83e753218b4e54d..016c90076a7145074f6dbd200d9941bbffead850 100644 (file)
@@ -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)