From: Tom Rini Date: Mon, 4 Oct 2021 18:01:34 +0000 (-0400) Subject: ppc: mpc8xx: Drop -mstring from PLATFORM_CPPFLAGS X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=a48492679cb7c1ab4465af457defc3ba6dc7d4ec;p=u-boot.git ppc: mpc8xx: Drop -mstring from PLATFORM_CPPFLAGS This has not been supported by toolchains for some time and has been putting out a warning. Drop this. Signed-off-by: Tom Rini Reviewed-by: Thomas Huth Reviewed-by: Priyanka Jain --- diff --git a/arch/powerpc/cpu/mpc8xx/config.mk b/arch/powerpc/cpu/mpc8xx/config.mk index 00b7ed50a9..5a64665a61 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