diff mbox series

ppc: mpc8xx: Drop -mstring from PLATFORM_CPPFLAGS

Message ID 20211004180134.1405-1-trini@konsulko.com
State Accepted
Commit a48492679cb7c1ab4465af457defc3ba6dc7d4ec
Delegated to: Priyanka Jain
Headers show
Series ppc: mpc8xx: Drop -mstring from PLATFORM_CPPFLAGS | expand

Commit Message

Tom Rini Oct. 4, 2021, 6:01 p.m. UTC
This has not been supported by toolchains for some time and has been
putting out a warning.  Drop this.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 arch/powerpc/cpu/mpc8xx/config.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Huth Oct. 25, 2021, 6:34 a.m. UTC | #1
On 04/10/2021 20.01, Tom Rini wrote:
> This has not been supported by toolchains for some time and has been
> putting out a warning.  Drop this.
> 
> Signed-off-by: Tom Rini <trini@konsulko.com>
> ---
>   arch/powerpc/cpu/mpc8xx/config.mk | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/powerpc/cpu/mpc8xx/config.mk b/arch/powerpc/cpu/mpc8xx/config.mk
> index 00b7ed50a9d3..5a64665a6180 100644
> --- a/arch/powerpc/cpu/mpc8xx/config.mk
> +++ b/arch/powerpc/cpu/mpc8xx/config.mk
> @@ -3,4 +3,4 @@
>   # (C) Copyright 2000-2010
>   # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
>   
> -PLATFORM_CPPFLAGS += -mstring -mcpu=860 -msoft-float
> +PLATFORM_CPPFLAGS += -mcpu=860 -msoft-float
> 

Reviewed-by: Thomas Huth <thuth@redhat.com>
diff mbox series

Patch

diff --git a/arch/powerpc/cpu/mpc8xx/config.mk b/arch/powerpc/cpu/mpc8xx/config.mk
index 00b7ed50a9d3..5a64665a6180 100644
--- a/arch/powerpc/cpu/mpc8xx/config.mk
+++ b/arch/powerpc/cpu/mpc8xx/config.mk
@@ -3,4 +3,4 @@ 
 # (C) Copyright 2000-2010
 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
 
-PLATFORM_CPPFLAGS += -mstring -mcpu=860 -msoft-float
+PLATFORM_CPPFLAGS += -mcpu=860 -msoft-float