From db10cb8e9906a43c8fa49b3fab547b365bc2c666 Mon Sep 17 00:00:00 2001 From: Greg Ungerer Date: Tue, 10 Jan 2006 16:40:21 +1000 Subject: [PATCH] m68knommu: don't set gcc optimizer flags Don't specify compiler optimization flags in the m68knommu Makefile. Let the top level Makefile/config set it. Signed-off-by: Greg Ungerer Signed-off-by: Linus Torvalds --- arch/m68knommu/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/m68knommu/Makefile') diff --git a/arch/m68knommu/Makefile b/arch/m68knommu/Makefile index b6b5c14e55fd..6f880cbff1c8 100644 --- a/arch/m68knommu/Makefile +++ b/arch/m68knommu/Makefile @@ -99,7 +99,6 @@ cflags-$(CONFIG_M68360) := -m68332 AFLAGS += $(cflags-y) CFLAGS += $(cflags-y) -CFLAGS += -O1 -g CFLAGS += -D__linux__ CFLAGS += -DUTS_SYSNAME=\"uClinux\" -- cgit v1.2.3