toolchain: add support for GCC 15.1
authorRui Salvaterra <rsalvaterra@gmail.com>
Fri, 25 Apr 2025 17:17:56 +0000 (18:17 +0100)
committerRobert Marko <robimarko@gmail.com>
Sun, 8 Jun 2025 10:20:15 +0000 (12:20 +0200)
commit68cb84183e385f95c579ffeb14a80150a203f431
tree3bff04c53576809548d553f545af833da23137ec
parenta461f53bfdff14341bf84ba4221daeedea3f74bb
toolchain: add support for GCC 15.1

All patches automatically refreshed.

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/18600
Signed-off-by: Robert Marko <robimarko@gmail.com>
22 files changed:
toolchain/gcc/Config.in
toolchain/gcc/Config.version
toolchain/gcc/common.mk
toolchain/gcc/patches-15.x/002-case_insensitive.patch [new file with mode: 0644]
toolchain/gcc/patches-15.x/003-dont-choke-when-building-32bit-on-64bit.patch [new file with mode: 0644]
toolchain/gcc/patches-15.x/010-documentation.patch [new file with mode: 0644]
toolchain/gcc/patches-15.x/110-Fix-MIPS-PR-84790.patch [new file with mode: 0644]
toolchain/gcc/patches-15.x/230-musl_libssp.patch [new file with mode: 0644]
toolchain/gcc/patches-15.x/300-mips_Os_cpu_rtx_cost_model.patch [new file with mode: 0644]
toolchain/gcc/patches-15.x/810-arm-softfloat-libgcc.patch [new file with mode: 0644]
toolchain/gcc/patches-15.x/820-libgcc_pic.patch [new file with mode: 0644]
toolchain/gcc/patches-15.x/840-armv4_pass_fix-v4bx_to_ld.patch [new file with mode: 0644]
toolchain/gcc/patches-15.x/850-use_shared_libgcc.patch [new file with mode: 0644]
toolchain/gcc/patches-15.x/851-libgcc_no_compat.patch [new file with mode: 0644]
toolchain/gcc/patches-15.x/870-ppc_no_crtsavres.patch [new file with mode: 0644]
toolchain/gcc/patches-15.x/881-no_tm_section.patch [new file with mode: 0644]
toolchain/gcc/patches-15.x/900-bad-mips16-crt.patch [new file with mode: 0644]
toolchain/gcc/patches-15.x/910-mbsd_multi.patch [new file with mode: 0644]
toolchain/gcc/patches-15.x/920-specs_nonfatal_getenv.patch [new file with mode: 0644]
toolchain/gcc/patches-15.x/960-gotools-fix-compilation-when-making-cross-compiler.patch [new file with mode: 0644]
toolchain/gcc/patches-15.x/970-macos_arm64-building-fix.patch [new file with mode: 0644]
toolchain/gcc/patches-15.x/980-fix-build-error-with-Xcode-16.3.patch [new file with mode: 0644]