diff TaskManager/Makefile.def @ 606:32a7260fad2f

32bit/64bit ABI (64 bit is not tested yet). 64bit ABI requires 64bit SDL library etc.
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 07 Nov 2009 18:05:52 +0900
parents 0f3605d1ee73
children 2cfbb36e221a
line wrap: on
line diff
--- a/TaskManager/Makefile.def	Sat Nov 07 17:42:21 2009 +0900
+++ b/TaskManager/Makefile.def	Sat Nov 07 18:05:52 2009 +0900
@@ -27,8 +27,10 @@
 IMPL_CELL_SRCS = $(IMPL_FIFO_SRCS) $(wildcard $(IMPL_CELL_DIR)/*.cc)
 IMPL_CELL_OBJS = $(IMPL_CELL_SRCS:.cc=.o)
 
+ABI = -m32
+
 CC     = g++   
-CFLAGS = -Wall `sdl-config --cflags` -g # -O9 
+CFLAGS = -Wall `sdl-config --cflags` -g $(ABI) # -O9 
 LIBS   = 
 
 INCLUDE = -I../include/TaskManager