mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-18 08:35:08 +08:00
[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>
This commit is contained in:
parent
8240979985
commit
db10cb8e99
@ -99,7 +99,6 @@ cflags-$(CONFIG_M68360) := -m68332
|
||||
AFLAGS += $(cflags-y)
|
||||
|
||||
CFLAGS += $(cflags-y)
|
||||
CFLAGS += -O1 -g
|
||||
CFLAGS += -D__linux__
|
||||
CFLAGS += -DUTS_SYSNAME=\"uClinux\"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user