mirror of
https://github.com/vivier/EMILE.git
synced 2024-12-23 01:29:34 +00:00
Remove -Os, kernel doesn't boot on my LC475
This commit is contained in:
parent
d8928f4462
commit
445c9a7b3d
@ -10,7 +10,7 @@ CPPFLAGS = -DVERSION="\"$(VERSION)\"" -I$(TOP) -Wa,-I$(TOP) \
|
|||||||
$(OPT_CPPFLAGS)
|
$(OPT_CPPFLAGS)
|
||||||
#TARGET_CFLAGS = -m68000 -Wa,-m68000
|
#TARGET_CFLAGS = -m68000 -Wa,-m68000
|
||||||
TARGET_CFLAGS = -m68020 -Wa,-m68020
|
TARGET_CFLAGS = -m68020 -Wa,-m68020
|
||||||
CFLAGS = $(OPT_CFLAGS) -nostdlib -nodefaultlibs -Wall -Werror -Wno-multichar -Os -fpic $(TARGET_CFLAGS)
|
CFLAGS = $(OPT_CFLAGS) -nostdlib -nodefaultlibs -Wall -Werror -Wno-multichar -O -fpic $(TARGET_CFLAGS)
|
||||||
ASFLAGS =
|
ASFLAGS =
|
||||||
LS = ls
|
LS = ls
|
||||||
AWK = awk
|
AWK = awk
|
||||||
|
Loading…
Reference in New Issue
Block a user