diff options
Diffstat (limited to 'arch/sh/Makefile')
-rw-r--r-- | arch/sh/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sh/Makefile b/arch/sh/Makefile index 493da979eff1..68348e700288 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile | |||
@@ -70,9 +70,6 @@ cflags-$(CONFIG_CPU_LITTLE_ENDIAN) += -ml | |||
70 | cflags-y += $(call cc-option,-mno-fdpic) | 70 | cflags-y += $(call cc-option,-mno-fdpic) |
71 | cflags-y += $(isaflags-y) -ffreestanding | 71 | cflags-y += $(isaflags-y) -ffreestanding |
72 | 72 | ||
73 | cflags-$(CONFIG_MORE_COMPILE_OPTIONS) += \ | ||
74 | $(shell echo $(CONFIG_COMPILE_OPTIONS) | sed -e 's/"//g') | ||
75 | |||
76 | OBJCOPYFLAGS := -O binary -R .note -R .note.gnu.build-id -R .comment \ | 73 | OBJCOPYFLAGS := -O binary -R .note -R .note.gnu.build-id -R .comment \ |
77 | -R .stab -R .stabstr -S | 74 | -R .stab -R .stabstr -S |
78 | 75 | ||