aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68knommu/Makefile
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@snapgear.com>2006-01-10 01:40:21 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2006-01-10 12:31:26 -0500
commitdb10cb8e9906a43c8fa49b3fab547b365bc2c666 (patch)
tree6f7b29833f86305de2450435052477a3ed8e7857 /arch/m68knommu/Makefile
parent82409799853c3cabc4b17533ff640a95bef01358 (diff)
[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 <gerg@uclinux.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/m68knommu/Makefile')
-rw-r--r--arch/m68knommu/Makefile1
1 files changed, 0 insertions, 1 deletions
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
99AFLAGS += $(cflags-y) 99AFLAGS += $(cflags-y)
100 100
101CFLAGS += $(cflags-y) 101CFLAGS += $(cflags-y)
102CFLAGS += -O1 -g
103CFLAGS += -D__linux__ 102CFLAGS += -D__linux__
104CFLAGS += -DUTS_SYSNAME=\"uClinux\" 103CFLAGS += -DUTS_SYSNAME=\"uClinux\"
105 104