18 lines
767 B
Diff
18 lines
767 B
Diff
From: Michael Tokarev <mjt@tls.msk.ru>
|
|
Subject: u-boot-sam460ex: remove obsolete -mstring gcc option
|
|
Date: Sun Oct 22 23:35:45 2023 +0300
|
|
Forwarded: https://lists.nongnu.org/archive/html/qemu-devel/2025-01/msg00767.html
|
|
|
|
Modern gcc complains about it.
|
|
|
|
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
|
|
|
|
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
|
|
|