All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ppc: mpc8xx: Drop -mstring from PLATFORM_CPPFLAGS
@ 2021-10-04 18:01 Tom Rini
  2021-10-25  6:34 ` Thomas Huth
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Rini @ 2021-10-04 18:01 UTC (permalink / raw)
  To: u-boot

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
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ppc: mpc8xx: Drop -mstring from PLATFORM_CPPFLAGS
  2021-10-04 18:01 [PATCH] ppc: mpc8xx: Drop -mstring from PLATFORM_CPPFLAGS Tom Rini
@ 2021-10-25  6:34 ` Thomas Huth
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Huth @ 2021-10-25  6:34 UTC (permalink / raw)
  To: Tom Rini, u-boot

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>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-25 13:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-04 18:01 [PATCH] ppc: mpc8xx: Drop -mstring from PLATFORM_CPPFLAGS Tom Rini
2021-10-25  6:34 ` Thomas Huth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.