Mercurial > hg > Members > kono > Cerium
diff example/get_segment/spe/Makefile @ 433:c28b3f83ca65
overlay (on going)..
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 24 Sep 2009 21:08:37 +0900 |
parents | fb62b7acc92b |
children | fd44dbd049aa |
line wrap: on
line diff
--- a/example/get_segment/spe/Makefile Thu Sep 24 20:21:29 2009 +0900 +++ b/example/get_segment/spe/Makefile Thu Sep 24 21:08:37 2009 +0900 @@ -5,11 +5,11 @@ SRCS = spe-main.o # SRCS = $(filter-out $(SRCS_EXCLUDE),$(SRCS_TMP)) SPEOBJS = $(SRCS:.cc=.o) -OVLOBJS = Hello.o LoadEntry.o +OVLOBJS = Hello.o Hello1.o LoadEntry.o CC = spu-g++ INCLUDE = -I../${CERIUM}/include/TaskManager -I. -I.. -CFLAGS = $(INCLUDE) -O9 -g -Wall -fno-exceptions -fno-rtti#-DDEBUG +CFLAGS = $(INCLUDE) -O0 -g -Wall -fno-exceptions -fno-rtti#-DDEBUG LIBS = -L../${CERIUM}/TaskManager -lspemanager -Wl,--gc-sections SPELIBS = -Wl,-T,$(LDSCRIPT) -Wl,-N $(LIBS) @@ -36,5 +36,5 @@ $(CC) -o $@ $(SPEOBJS) $(SPELIBS) clean: - rm -f $(TARGET) $(OBJS) + rm -f $(TARGET) $(SPEOBJS) $(OVLOBJS) rm -f *~ \#*