]> git.ipfire.org Git - thirdparty/openwrt.git/commit
toolchain: gcc: remove support for GCC 12 23195/head
authorShiji Yang <yangshiji66@outlook.com>
Sat, 2 May 2026 06:39:30 +0000 (14:39 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 2 May 2026 23:21:01 +0000 (01:21 +0200)
commit07e91bc11a32ae17d071bd2e5c11cf437ac54b3e
treeb9fea1123fc0979bbeb3b283e98b530966040240
parent3bdee9f2e07edd4ca0e4c9904f43a3a48fbc014c
toolchain: gcc: remove support for GCC 12

We will soon introduce new GCC version 16. There is no need to
maintain too many toolchain versions.

Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/23195
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
26 files changed:
toolchain/gcc/Config.in
toolchain/gcc/Config.version
toolchain/gcc/common.mk
toolchain/gcc/patches-12.x/002-case_insensitive.patch [deleted file]
toolchain/gcc/patches-12.x/010-documentation.patch [deleted file]
toolchain/gcc/patches-12.x/020-Include-safe-ctype.h-after-C-standard-headers-to-avo.patch [deleted file]
toolchain/gcc/patches-12.x/021-libcc1-fix-vector-include.patch [deleted file]
toolchain/gcc/patches-12.x/110-Fix-MIPS-PR-84790.patch [deleted file]
toolchain/gcc/patches-12.x/230-musl_libssp.patch [deleted file]
toolchain/gcc/patches-12.x/300-mips_Os_cpu_rtx_cost_model.patch [deleted file]
toolchain/gcc/patches-12.x/700-RISCV-Inline-subword-atomic-ops.patch [deleted file]
toolchain/gcc/patches-12.x/701-riscv-linux-Don-t-add-latomic-with-pthread.patch [deleted file]
toolchain/gcc/patches-12.x/800-arm_v5te_no_ldrd_strd.patch [deleted file]
toolchain/gcc/patches-12.x/810-arm-softfloat-libgcc.patch [deleted file]
toolchain/gcc/patches-12.x/820-libgcc_pic.patch [deleted file]
toolchain/gcc/patches-12.x/840-armv4_pass_fix-v4bx_to_ld.patch [deleted file]
toolchain/gcc/patches-12.x/850-use_shared_libgcc.patch [deleted file]
toolchain/gcc/patches-12.x/851-libgcc_no_compat.patch [deleted file]
toolchain/gcc/patches-12.x/870-ppc_no_crtsavres.patch [deleted file]
toolchain/gcc/patches-12.x/881-no_tm_section.patch [deleted file]
toolchain/gcc/patches-12.x/900-bad-mips16-crt.patch [deleted file]
toolchain/gcc/patches-12.x/910-mbsd_multi.patch [deleted file]
toolchain/gcc/patches-12.x/920-specs_nonfatal_getenv.patch [deleted file]
toolchain/gcc/patches-12.x/960-gotools-fix-compilation-when-making-cross-compiler.patch [deleted file]
toolchain/gcc/patches-12.x/970-macos_arm64-building-fix.patch [deleted file]
toolchain/gcc/patches-12.x/980-fix-build-error-with-Xcode-16.3.patch [deleted file]