From b15a67bd0b9960094ca647526de0e7c38e680a61 Mon Sep 17 00:00:00 2001 From: Manuel Lauss Date: Tue, 30 Oct 2007 09:54:12 +0900 Subject: [PATCH] --- yaml --- r: 73068 b: refs/heads/master c: 4d2718d00de9896b27cec86b03c50cbfcf3afde4 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/sh/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index d0ef2576ba56..7562f362b7a1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 767f0d68677ad19b3a85beb88f4e4dd54a047e42 +refs/heads/master: 4d2718d00de9896b27cec86b03c50cbfcf3afde4 diff --git a/trunk/arch/sh/Makefile b/trunk/arch/sh/Makefile index 408342b175c8..e189fae8b60c 100644 --- a/trunk/arch/sh/Makefile +++ b/trunk/arch/sh/Makefile @@ -66,7 +66,7 @@ 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 .comment -R .stab -R .stabstr -S +OBJCOPYFLAGS := -O binary -R .note -R .note.gnu.build-id -R .comment -R .stab -R .stabstr -S # # arch/sh/defconfig doesn't reflect any real hardware, and as such should