Mercurial > hg > Members > kono > Cerium
comparison TaskManager/Makefile.def @ 936:14fb1c888931
dead lock on spu/ppu mail
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 31 Jul 2010 05:31:12 +0900 |
parents | ad6903dd6419 |
children | 9689cba44964 |
comparison
equal
deleted
inserted
replaced
935:e54842e4d97b | 936:14fb1c888931 |
---|---|
27 IMPL_CELL_SRCS = $(IMPL_FIFO_SRCS) $(wildcard $(IMPL_CELL_DIR)/*.cc) | 27 IMPL_CELL_SRCS = $(IMPL_FIFO_SRCS) $(wildcard $(IMPL_CELL_DIR)/*.cc) |
28 IMPL_CELL_OBJS = $(IMPL_CELL_SRCS:.cc=.o) | 28 IMPL_CELL_OBJS = $(IMPL_CELL_SRCS:.cc=.o) |
29 | 29 |
30 ABIBIT = 32 | 30 ABIBIT = 32 |
31 | 31 |
32 OPT = -g -O9 | 32 # OPT = -g -O9 |
33 # OPT = -g -DTASK_LIST_MAIL -O9 | 33 OPT = -g -DTASK_LIST_MAIL -O9 |
34 | 34 |
35 CC = g++ | 35 CC = g++ |
36 CFLAGS = -Wall `sdl-config --cflags` -m$(ABIBIT) $(OPT) | 36 CFLAGS = -Wall `sdl-config --cflags` -m$(ABIBIT) $(OPT) |
37 LIBS = -m$(ABIBIT) | 37 LIBS = -m$(ABIBIT) |
38 | 38 |