diff options
author | Ian Romanick <idr@us.ibm.com> | 2008-02-15 10:33:12 -0800 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2008-02-15 10:33:12 -0800 |
commit | eb3f7aa6f8615a2788714e1535d87b4814ebdda3 (patch) | |
tree | 45785785b0399d96f133584253d1843f78fbd959 /configs | |
parent | b08d3fa249c830d274dca362b8f824b75fe26945 (diff) |
Cell: Add INCLUDE_DIRS to SPU_CFLAGS to fix build.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/linux-cell | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/linux-cell b/configs/linux-cell index fdf20deeeb..fbd6c36a09 100644 --- a/configs/linux-cell +++ b/configs/linux-cell @@ -36,7 +36,9 @@ GL_LIB_DEPS = $(EXTRA_LIB_PATH) -lX11 -lXext -lm -lpthread \ SPU_CC = spu-gcc -SPU_CFLAGS = $(OPT_FLAGS) -W -Wall -Winline -Wmissing-prototypes -Wno-main -I. -I $(SDK)/spu/include -include spu_intrinsics.h -I $(TOP)/src/mesa/ +SPU_CFLAGS = $(OPT_FLAGS) -W -Wall -Winline -Wmissing-prototypes -Wno-main + -I. -I$(SDK)/spu/include -I$(TOP)/src/mesa/ $(INCLUDE_DIRS) \ + -include spu_intrinsics.h SPU_LFLAGS = -L$(SDK)/spu/lib -Wl,-N -lmisc |