From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 19 Feb 2018 05:43:03 +0100 Subject: [U-Boot] [PATCH 1/5] sh: Use -m2a-nofpu only In-Reply-To: <1518906642-13401-1-git-send-email-trini@konsulko.com> References: <1518906642-13401-1-git-send-email-trini@konsulko.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 On 02/17/2018 11:30 PM, Tom Rini wrote: > Based on reading over the GCC manual, passing both -m2a and -m2a-nofpu > are redundant, as -m2a-nofpu will provide functional code for both. As > -m2a-nofpu functions with more toolchains and does what is expected, > switch. > > Cc: Nobuhiro Iwamatsu > Signed-off-by: Tom Rini > --- > 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 12e202d539a0..a063e8361c98 100644 > --- a/arch/sh/cpu/sh2/config.mk > +++ b/arch/sh/cpu/sh2/config.mk > @@ -8,7 +8,7 @@ > ENDIANNESS += -EB > > ifdef CONFIG_CPU_SH2A > -PLATFORM_CPPFLAGS += -m2a -m2a-nofpu -mb > +PLATFORM_CPPFLAGS += -m2a-nofpu -mb > else # SH2 > PLATFORM_CPPFLAGS += -m3e -mb > endif > Applied, thanks. -- Best regards, Marek Vasut