summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2008-01-03 14:57:07 -0800
committerIan Romanick <idr@us.ibm.com>2008-01-23 15:25:52 -0800
commiteb4a7382dc7ef425d6cb7e176026cc07f6105e1e (patch)
tree9a650d3e0bb1c533ed96a0f628e8d7a7af0de04b /configs
parentf5d2c1eef943bcd1c4c42dcb2b2634cdf6e243e0 (diff)
Remove unnecessary paths
Removing the paths on certain commands (e.g., ppu32-gcc) and removing -I/usr/include makes it possible to build for Cell on both PowerPC and x86 hosts.
Diffstat (limited to 'configs')
-rw-r--r--configs/linux-cell12
1 files changed, 6 insertions, 6 deletions
diff --git a/configs/linux-cell b/configs/linux-cell
index 2551530f314..02bf61c6b4d 100644
--- a/configs/linux-cell
+++ b/configs/linux-cell
@@ -6,14 +6,14 @@ CONFIG_NAME = linux-cell
# Compiler and flags
-CC = /usr/bin/ppu32-gcc
-CXX = /usr/bin/ppu32-g++
+CC = ppu32-gcc
+CXX = ppu32-g++
# Cell SDK location
SDK = /opt/ibm/cell-sdk/prototype/sysroot/usr
-CFLAGS = -g -W -Winline -fPIC -m32 -mabi=altivec -maltivec -I. -I/usr/include -I$(SDK)/include -DGALLIUM_CELL
+CFLAGS = -g -W -Winline -fPIC -m32 -mabi=altivec -maltivec -I. -I$(SDK)/include -DGALLIUM_CELL
CXXFLAGS = $(CFLAGS)
@@ -31,14 +31,14 @@ GL_LIB_DEPS = $(EXTRA_LIB_PATH) -lX11 -lXext -lm -lpthread \
### SPU stuff
-SPU_CC = /usr/bin/spu-gcc
+SPU_CC = spu-gcc
SPU_CFLAGS = -g -W -Wall -Winline -Wmissing-prototypes -Wno-main -I. -I $(SDK)/spu/include -include spu_intrinsics.h -I $(TOP)/src/mesa/
SPU_LFLAGS = -L$(SDK)/spu/lib -Wl,-N -lmisc
-SPU_AR = /usr/bin/ar
+SPU_AR = ppu-ar
SPU_AR_FLAGS = -qcs
-SPU_EMBED = /usr/bin/embedspu
+SPU_EMBED = ppu32-embedspu
SPU_EMBED_FLAGS = -m32