mirror of
https://github.com/vivier/EMILE.git
synced 2025-01-22 15:29:53 +00:00
Temporarily switch to 68020
This commit is contained in:
parent
5b3c16037f
commit
5a18009707
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user