From: Brian Paul Date: Fri, 12 Feb 2010 19:35:18 +0000 (-0700) Subject: cell: remove -mcpu=cell from CFLAGS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8a61690e84a143f5393f36521f15477663baa9e8;p=mesa.git cell: remove -mcpu=cell from CFLAGS This reverts part of commit ebe2f7609533645e7e9c8af4a55bc0127b9bc515 and allows things to build here. --- diff --git a/configs/linux-cell b/configs/linux-cell index 229ac73d6de..016c90076a7 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)