From 050594e1bef9b70ea0396ac29bf09593a564972b Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Fri, 8 May 2009 20:20:56 +0900 Subject: [PATCH] --- yaml --- r: 146735 b: refs/heads/master c: 30d88cf52f229c3e0c90b8d71036960ccc2db4e2 h: refs/heads/master i: 146733: 3e06cd44f6ba72630c5eed529a7cee4c339344e0 146731: 3c2711171508016d57fa2bcd9f223c9058691c0d 146727: 146a36094aa97cad9be2c52c63ced66a98e027df 146719: 801d4791a3dd9099b833863d4622d82859717e0d v: v3 --- [refs] | 2 +- trunk/arch/sh/Kconfig.debug | 11 ----------- trunk/arch/sh/Makefile | 3 --- 3 files changed, 1 insertion(+), 15 deletions(-) diff --git a/[refs] b/[refs] index 00ec29b4a600..76c38c538ed5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6eac1af01112d1919b1c432f6591e6368e8d538f +refs/heads/master: 30d88cf52f229c3e0c90b8d71036960ccc2db4e2 diff --git a/trunk/arch/sh/Kconfig.debug b/trunk/arch/sh/Kconfig.debug index 44627ef52541..8179cc9be9a4 100644 --- a/trunk/arch/sh/Kconfig.debug +++ b/trunk/arch/sh/Kconfig.debug @@ -122,17 +122,6 @@ config SH_NO_BSS_INIT For all other cases, say N. If this option seems perplexing, or you aren't sure, say N. -config MORE_COMPILE_OPTIONS - bool "Add any additional compile options" - help - If you want to add additional CFLAGS to the kernel build, enable this - option and then enter what you would like to add in the next question. - Note however that -g is already appended with the selection of KGDB. - -config COMPILE_OPTIONS - string "Additional compile arguments" - depends on MORE_COMPILE_OPTIONS - config SH64_SR_WATCH bool "Debug: set SR.WATCH to enable hardware watchpoints and trace" depends on SUPERH64 diff --git a/trunk/arch/sh/Makefile b/trunk/arch/sh/Makefile index 493da979eff1..68348e700288 100644 --- a/trunk/arch/sh/Makefile +++ b/trunk/arch/sh/Makefile @@ -70,9 +70,6 @@ cflags-$(CONFIG_CPU_LITTLE_ENDIAN) += -ml cflags-y += $(call cc-option,-mno-fdpic) cflags-y += $(isaflags-y) -ffreestanding -cflags-$(CONFIG_MORE_COMPILE_OPTIONS) += \ - $(shell echo $(CONFIG_COMPILE_OPTIONS) | sed -e 's/"//g') - OBJCOPYFLAGS := -O binary -R .note -R .note.gnu.build-id -R .comment \ -R .stab -R .stabstr -S