From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nobuhiro Iwamatsu Date: Fri, 28 Feb 2014 06:24:11 +0900 Subject: [U-Boot] [PATCH 5/8] sh: Do not define -ffreestanding twice In-Reply-To: <1393393865-11608-6-git-send-email-yamada.m@jp.panasonic.com> References: <1393393865-11608-1-git-send-email-yamada.m@jp.panasonic.com> <1393393865-11608-6-git-send-email-yamada.m@jp.panasonic.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Applied, thanks. Best regards, Nobuhiro 2014-02-26 14:51 GMT+09:00 Masahiro Yamada : > -ffreestanding is defined at the top Makefile for all architectures. > Do not define it twice for SH2A. > > Signed-off-by: Masahiro Yamada > Cc: Nobuhiro Iwamatsu > --- > > arch/sh/cpu/sh2/config.mk | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/sh/cpu/sh2/config.mk b/arch/sh/cpu/sh2/config.mk > index 69273b4..25abcdd 100644 > --- a/arch/sh/cpu/sh2/config.mk > +++ b/arch/sh/cpu/sh2/config.mk > @@ -8,7 +8,7 @@ > ENDIANNESS += -EB > > ifdef CONFIG_SH2A > -PLATFORM_CPPFLAGS += -m2a -m2a-nofpu -mb -ffreestanding > +PLATFORM_CPPFLAGS += -m2a -m2a-nofpu -mb > else # SH2 > PLATFORM_CPPFLAGS += -m3e -mb > endif > -- > 1.8.3.2 > > _______________________________________________ > U-Boot mailing list > U-Boot at lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot -- Nobuhiro Iwamatsu