Temporarily switch to 68020

This commit is contained in:
Laurent Vivier 2005-08-25 11:12:02 +00:00
parent 5b3c16037f
commit 5a18009707

View File

@ -8,8 +8,8 @@ TOP = $(shell pwd)
VPATH = $(TOP)
CPPFLAGS = -DVERSION="\"$(VERSION)\"" -I$(TOP) -Wa,-I$(TOP) \
$(OPT_CPPFLAGS) -DUSE_CLI
TARGET_CFLAGS = -m68000 -Wa,-m68000 -Os
#TARGET_CFLAGS = -m68020 -Wa,-m68020 -Os
#TARGET_CFLAGS = -m68000 -Wa,-m68000 -Os
TARGET_CFLAGS = -m68020 -Wa,-m68020 -Os
CFLAGS = $(OPT_CFLAGS) -nostdlib -nodefaultlibs -Wall -Werror -Wno-multichar -fpic $(TARGET_CFLAGS)
ASFLAGS =
LS = ls