[U-Boot] [PATCH 1/5] sh: Use -m2a-nofpu only
Marek Vasut
marek.vasut at gmail.com
Mon Feb 19 04:43:03 UTC 2018
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 <iwamatsu at nigauri.org>
> Signed-off-by: Tom Rini <trini at konsulko.com>
> ---
> 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
More information about the U-Boot
mailing list