Browse Source

cell: remove -mcpu=cell from CFLAGS

This reverts part of commit ebe2f76095
and allows things to build here.
tags/7.8-rc1
Brian Paul 15 years ago
parent
commit
8a61690e84
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      configs/linux-cell

+ 1
- 1
configs/linux-cell 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)

Loading…
Cancel
Save