From 445c9a7b3d8b013872aaac692c9d334891ae3120 Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Wed, 25 May 2005 19:05:22 +0000 Subject: [PATCH] Remove -Os, kernel doesn't boot on my LC475 --- second/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/second/Makefile b/second/Makefile index 1d14b4a..49cb767 100644 --- a/second/Makefile +++ b/second/Makefile @@ -10,7 +10,7 @@ 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 -Os -fpic $(TARGET_CFLAGS) +CFLAGS = $(OPT_CFLAGS) -nostdlib -nodefaultlibs -Wall -Werror -Wno-multichar -O -fpic $(TARGET_CFLAGS) ASFLAGS = LS = ls AWK = awk