summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKinsey Moore <kinsey.moore@oarcorp.com>2024-02-11 19:04:20 -0600
committerJoel Sherrill <joel@rtems.org>2024-02-19 09:26:45 -0600
commit0d817c4c1f7f60562b9fa31b39c64b1240035c80 (patch)
treeda041d07f22182c6c2258acb3c82b5c9255cbd05
parentgcc: gcc-4.9-1.cfg Make-lang patch checksum error (diff)
downloadrtems-source-builder-0d817c4c1f7f60562b9fa31b39c64b1240035c80.tar.bz2
devel/qemu-xilinx: Fix build on GCC 13.2.0
GCC 13.2.0 adds new warnings/errors when mixing ints and enums. This changes the pminsn helper type to correctly use enums.
-rw-r--r--bare/config/devel/qemu-xilinx-v2020.2-1.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/bare/config/devel/qemu-xilinx-v2020.2-1.cfg b/bare/config/devel/qemu-xilinx-v2020.2-1.cfg
index ca70ebd..6352268 100644
--- a/bare/config/devel/qemu-xilinx-v2020.2-1.cfg
+++ b/bare/config/devel/qemu-xilinx-v2020.2-1.cfg
@@ -25,6 +25,13 @@
tGjJn7o8/fQwdC0sgsYmPW6bqDzMkwhKRqBwuuy8sdEKivDj7uGISMj7p8Iwy9fkHiO3Dd3feno+iz5fHYGBkA==
#
+# Patch to fix PPC64 build under GCC 13.2.0
+#
+%patch add qemu --rsb-file=xlnx_ppc64_enum.patch -p1 https://devel.rtems.org/raw-attachment/ticket/4988/0001-target-ppc-Resolve-int-enum-mismatch-on-ppc64.patch
+%hash sha512 xlnx_ppc64_enum.patch \
+ afYfClJ5IO9eV23dOAqxurzAnwS1YmiOEPCts/ftXS/ddXp9Rx2oQYuKeZriawKw7MVlqWNv9eTc5ERoFhRKOg==
+
+#
# The Qemu build instructions. We use 5.x.x Release 1.
#
%include %{_configdir}/qemu-5-1.cfg