diff example/word_count3/Makefile.macosx @ 663:ad4b6b556483 draft

incremental task creation on word count_test
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 02 Dec 2009 22:20:32 +0900
parents 94d82f2c842f
children
line wrap: on
line diff
--- a/example/word_count3/Makefile.macosx	Wed Dec 02 20:44:01 2009 +0900
+++ b/example/word_count3/Makefile.macosx	Wed Dec 02 22:20:32 2009 +0900
@@ -12,7 +12,7 @@
 TASK_OBJS = $(TASK_SRCS:.cc=.o)
 
 LIBS += -lFifoManager `sdl-config --libs`
-CC += -m64
+CC += -m32
 
 .SUFFIXES: .cc .o