Generates 68000 compatible floppy

This commit is contained in:
Laurent Vivier 2005-06-10 21:08:52 +00:00
parent ba2c5fc6e7
commit 5cbe0f0e3d

View File

@ -8,9 +8,9 @@ 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
CFLAGS = $(OPT_CFLAGS) -nostdlib -nodefaultlibs -Wall -Werror -Wno-multichar -O -fpic $(TARGET_CFLAGS)
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
AWK = awk