From b555d3a79ba758805e2fa2f512455b2cd6e1338f Mon Sep 17 00:00:00 2001 From: Thomas Perale Date: Fri, 28 Aug 2026 16:34:10 +0200 Subject: [PATCH] package/gcc-bare-metal: add patch to checkpackageignore The commit [1] decoupled GCC from gcc-bare-metal but by copying the patches the patch [2] wasn't ignored in gcc-bare-metal. [1] 367133ac70 package/gcc-bare-metal: decouple from gcc package [2] 0001-disable-split-stack-for-non-thread-builds.patch lib_patch.Upstream Signed-off-by: Thomas Perale --- .checkpackageignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.checkpackageignore b/.checkpackageignore index b2642b6e23..42973a5311 100644 --- a/.checkpackageignore +++ b/.checkpackageignore @@ -420,6 +420,7 @@ package/gcc/8.4.0/0001-xtensa-fix-PR-target-91880.patch lib_patch.Upstream package/gcc/8.4.0/0002-Revert-re-PR-target-92095-internal-error-with-O1-mcp.patch lib_patch.Upstream package/gcc/8.4.0/0003-libsanitizer-Remove-cyclades-from-libsanitizer.patch lib_patch.Upstream package/gcc/8.4.0/0004-disable-split-stack-for-non-thread-builds.patch lib_patch.Upstream +package/gcc-bare-metal/0001-disable-split-stack-for-non-thread-builds.patch lib_patch.Upstream package/gcr/0001-meson-Fix-unknown-kw-argument-in-gnome.generate_gir.patch lib_patch.Upstream package/gdb/14.2/0001-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch lib_patch.Upstream package/gdb/14.2/0002-sh-ptrace-Define-pt_-dsp-regs-uapi_pt_-dsp-regs-on-G.patch lib_patch.Upstream