diff example/HelloWorld/spe/Makefile @ 629:8843edf37c0e

Cell 64 bit tried, but not yet worked. Cell's list DMA is 32bit.
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 18 Nov 2009 13:32:58 +0900
parents 1d8b8a4ac453
children
line wrap: on
line diff
--- a/example/HelloWorld/spe/Makefile	Tue Nov 17 01:35:12 2009 +0900
+++ b/example/HelloWorld/spe/Makefile	Wed Nov 18 13:32:58 2009 +0900
@@ -6,7 +6,7 @@
 SRCS = $(filter-out $(SRCS_EXCLUDE),$(SRCS_TMP))
 OBJS = $(SRCS:.cc=.o)
 
-CC      = spu-g++
+CC      = spu-g++  -D__CERIUM_CELL__ -DABIBIT=$(ABIBIT)
 CFLAGS  = -O9 -g -Wall -fno-exceptions -fno-rtti#-DDEBUG
 INCLUDE = -I../${CERIUM}/include/TaskManager -I. -I..
 LIBS = -L../${CERIUM}/TaskManager -lspemanager  -Wl,--gc-sections 
@@ -23,4 +23,4 @@
 
 clean:
 	rm -f $(TARGET) $(OBJS)
-	rm -f *~ \#*
\ No newline at end of file
+	rm -f *~ \#*