mirror of
https://github.com/vivier/EMILE.git
synced 2025-08-15 07:27:41 +00:00
Generates 68000 compatible floppy
This commit is contained in:
@@ -8,9 +8,9 @@ TOP = $(shell pwd)
|
|||||||
VPATH = $(TOP)
|
VPATH = $(TOP)
|
||||||
CPPFLAGS = -DVERSION="\"$(VERSION)\"" -I$(TOP) -Wa,-I$(TOP) \
|
CPPFLAGS = -DVERSION="\"$(VERSION)\"" -I$(TOP) -Wa,-I$(TOP) \
|
||||||
$(OPT_CPPFLAGS)
|
$(OPT_CPPFLAGS)
|
||||||
#TARGET_CFLAGS = -m68000 -Wa,-m68000
|
TARGET_CFLAGS = -m68000 -Wa,-m68000 -Os
|
||||||
TARGET_CFLAGS = -m68020 -Wa,-m68020
|
#TARGET_CFLAGS = -m68020 -Wa,-m68020 -Os
|
||||||
CFLAGS = $(OPT_CFLAGS) -nostdlib -nodefaultlibs -Wall -Werror -Wno-multichar -O -fpic $(TARGET_CFLAGS)
|
CFLAGS = $(OPT_CFLAGS) -nostdlib -nodefaultlibs -Wall -Werror -Wno-multichar -fpic $(TARGET_CFLAGS)
|
||||||
ASFLAGS =
|
ASFLAGS =
|
||||||
LS = ls
|
LS = ls
|
||||||
AWK = awk
|
AWK = awk
|
||||||
|
Reference in New Issue
Block a user