[PATCH] m68knommu: don't set gcc optimizer flags
authorGreg Ungerer <gerg@snapgear.com>
Tue, 10 Jan 2006 06:40:21 +0000 (16:40 +1000)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 10 Jan 2006 17:31:26 +0000 (09:31 -0800)
Don't specify compiler optimization flags in the m68knommu Makefile.
Let the top level Makefile/config set it.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/m68knommu/Makefile

index b6b5c14..6f880cb 100644 (file)
@@ -99,7 +99,6 @@ cflags-$(CONFIG_M68360)               := -m68332
 AFLAGS += $(cflags-y)
 
 CFLAGS += $(cflags-y)
-CFLAGS += -O1 -g
 CFLAGS += -D__linux__
 CFLAGS += -DUTS_SYSNAME=\"uClinux\"