From: Michael Tokarev Subject: u-boot-sam460ex: remove obsolete -mstring gcc option Date: Sun Oct 22 23:35:45 2023 +0300 Modern gcc complains about it. Signed-off-by: Michael Tokarev diff --git a/roms/u-boot-sam460ex/arch/powerpc/cpu/ppc4xx/config.mk b/roms/u-boot-sam460ex/arch/powerpc/cpu/ppc4xx/config.mk index 8f47c9b728..cf4414cee6 100644 --- a/roms/u-boot-sam460ex/arch/powerpc/cpu/ppc4xx/config.mk +++ b/roms/u-boot-sam460ex/arch/powerpc/cpu/ppc4xx/config.mk @@ -24,3 +24,3 @@ PLATFORM_RELFLAGS += -fPIC -meabi -PLATFORM_CPPFLAGS += -DCONFIG_4xx -ffixed-r2 -mstring -msoft-float +PLATFORM_CPPFLAGS += -DCONFIG_4xx -ffixed-r2 -msoft-float