toolchain: gcc: drop GCC11
authorRobert Marko <[email protected]>
Mon, 26 May 2025 17:17:34 +0000 (19:17 +0200)
committerRobert Marko <[email protected]>
Mon, 26 May 2025 17:20:56 +0000 (19:20 +0200)
commitfb2c59b94222ca272df565e54d7e4cdf7c21333f
treeb8b621b9d84d31b4e6c9e5644c3525c9f0260a52
parent200a31b6f5ec7a46e5556b55d4e45a74fb5d6167
toolchain: gcc: drop GCC11

There is no practical value in keeping GCC11 around, as even OpenWrt 23.05
uses GCC12 as the default one, so drop it.

Signed-off-by: Robert Marko <[email protected]>
28 files changed:
config/Config-build.in
package/libs/elfutils/Makefile
toolchain/gcc/Config.in
toolchain/gcc/Config.version
toolchain/gcc/patches-11.x/002-case_insensitive.patch [deleted file]
toolchain/gcc/patches-11.x/010-documentation.patch [deleted file]
toolchain/gcc/patches-11.x/011-v12-configure-define-TARGET_LIBC_GNUSTACK-on-musl.patch [deleted file]
toolchain/gcc/patches-11.x/020-Include-safe-ctype.h-after-C-standard-headers-to-avo.patch [deleted file]
toolchain/gcc/patches-11.x/110-Fix-MIPS-PR-84790.patch [deleted file]
toolchain/gcc/patches-11.x/230-musl_libssp.patch [deleted file]
toolchain/gcc/patches-11.x/300-mips_Os_cpu_rtx_cost_model.patch [deleted file]
toolchain/gcc/patches-11.x/400-libsanitizer-cherry-pick-9cf13067cb5088626ba7-from-u.patch [deleted file]
toolchain/gcc/patches-11.x/700-RISCV-Inline-subword-atomic-ops.patch [deleted file]
toolchain/gcc/patches-11.x/701-riscv-linux-Don-t-add-latomic-with-pthread.patch [deleted file]
toolchain/gcc/patches-11.x/810-arm-softfloat-libgcc.patch [deleted file]
toolchain/gcc/patches-11.x/820-libgcc_pic.patch [deleted file]
toolchain/gcc/patches-11.x/840-armv4_pass_fix-v4bx_to_ld.patch [deleted file]
toolchain/gcc/patches-11.x/850-use_shared_libgcc.patch [deleted file]
toolchain/gcc/patches-11.x/851-libgcc_no_compat.patch [deleted file]
toolchain/gcc/patches-11.x/870-ppc_no_crtsavres.patch [deleted file]
toolchain/gcc/patches-11.x/881-no_tm_section.patch [deleted file]
toolchain/gcc/patches-11.x/900-bad-mips16-crt.patch [deleted file]
toolchain/gcc/patches-11.x/910-mbsd_multi.patch [deleted file]
toolchain/gcc/patches-11.x/920-specs_nonfatal_getenv.patch [deleted file]
toolchain/gcc/patches-11.x/931-libffi-fix-MIPS-softfloat-build-issue.patch [deleted file]
toolchain/gcc/patches-11.x/960-gotools-fix-compilation-when-making-cross-compiler.patch [deleted file]
toolchain/gcc/patches-11.x/970-macos_arm64-building-fix.patch [deleted file]
toolchain/gcc/patches-11.x/980-fix-build-error-with-Xcode-16.3.patch [deleted file]