Skip to content

Commit

Permalink
[PATCH] m68knommu: don't set gcc optimizer flags
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Jan 10, 2006
1 parent 8240979 commit db10cb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/m68knommu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ cflags-$(CONFIG_M68360) := -m68332
AFLAGS += $(cflags-y)

CFLAGS += $(cflags-y)
CFLAGS += -O1 -g
CFLAGS += -D__linux__
CFLAGS += -DUTS_SYSNAME=\"uClinux\"

Expand Down

0 comments on commit db10cb8

Please sign in to comment.