From 8a61690e84a143f5393f36521f15477663baa9e8 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 12 Feb 2010 12:35:18 -0700 Subject: cell: remove -mcpu=cell from CFLAGS This reverts part of commit ebe2f7609533645e7e9c8af4a55bc0127b9bc515 and allows things to build here. --- configs/linux-cell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs') diff --git a/configs/linux-cell b/configs/linux-cell index 229ac73d6d..016c90076a 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) -- cgit v1.2.3