cell: remove -mcpu=cell from CFLAGS

This reverts part of commit ebe2f76095
and allows things to build here.
This commit is contained in:
Brian Paul 2010-02-12 12:35:18 -07:00
parent 2f517b8e5a
commit 8a61690e84
1 changed files with 1 additions and 1 deletions

View 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)