Remove -Os, kernel doesn't boot on my LC475

This commit is contained in:
Laurent Vivier 2005-05-25 19:05:22 +00:00
parent d8928f4462
commit 445c9a7b3d

View File

@ -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