remove BANK_DUMP

This commit is contained in:
Laurent Vivier 2004-12-24 20:08:58 +00:00
parent 97612d63c1
commit a700a2f1f7

View File

@ -7,7 +7,7 @@
TOP = $(shell pwd) TOP = $(shell pwd)
VPATH = $(TOP) VPATH = $(TOP)
#CPPFLAGS = -DVERSION="\"$(VERSION)\"" #CPPFLAGS = -DVERSION="\"$(VERSION)\""
CPPFLAGS = -DVERSION="\"$(VERSION)\"" -DBANK_DUMP -I$(TOP) -Wa,-I$(TOP) \ CPPFLAGS = -DVERSION="\"$(VERSION)\"" -I$(TOP) -Wa,-I$(TOP) \
$(OPTFLAGS) $(OPTFLAGS)
CFLAGS = -Wno-multichar -O -m68030 -nostdlib -nodefaultlibs -Wall -Werror -fpic CFLAGS = -Wno-multichar -O -m68030 -nostdlib -nodefaultlibs -Wall -Werror -fpic
ASFLAGS = ASFLAGS =