produce 68020 as cc is bugged

This commit is contained in:
Laurent Vivier 2005-05-24 00:00:13 +00:00
parent a3cafeb04e
commit 646105a81a

View File

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