devel: gcc: add support for GCC 13
authorChristian Marangi <ansuelsmth@gmail.com>
Sat, 6 Apr 2024 23:28:22 +0000 (01:28 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Thu, 11 Apr 2024 11:48:12 +0000 (13:48 +0200)
commitda8303d430198dc09533920e05c3d2aa6596605e
tree7d1ef6eee90eadebf07717ab5e63169f63c82e5f
parenta6934ed64ea6554e2806d87212cf87cfb22b7e17
devel: gcc: add support for GCC 13

Add support for GCC 13 and take patches from openwrt main repo.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
21 files changed:
devel/gcc/Makefile
devel/gcc/patches-13.x/002-case_insensitive.patch [new file with mode: 0644]
devel/gcc/patches-13.x/003-dont-choke-when-building-32bit-on-64bit.patch [new file with mode: 0644]
devel/gcc/patches-13.x/010-documentation.patch [new file with mode: 0644]
devel/gcc/patches-13.x/020-Include-safe-ctype.h-after-C-standard-headers-to-avo.patch [new file with mode: 0644]
devel/gcc/patches-13.x/021-libcc1-fix-vector-include.patch [new file with mode: 0644]
devel/gcc/patches-13.x/110-Fix-MIPS-PR-84790.patch [new file with mode: 0644]
devel/gcc/patches-13.x/230-musl_libssp.patch [new file with mode: 0644]
devel/gcc/patches-13.x/300-mips_Os_cpu_rtx_cost_model.patch [new file with mode: 0644]
devel/gcc/patches-13.x/810-arm-softfloat-libgcc.patch [new file with mode: 0644]
devel/gcc/patches-13.x/820-libgcc_pic.patch [new file with mode: 0644]
devel/gcc/patches-13.x/840-armv4_pass_fix-v4bx_to_ld.patch [new file with mode: 0644]
devel/gcc/patches-13.x/850-use_shared_libgcc.patch [new file with mode: 0644]
devel/gcc/patches-13.x/851-libgcc_no_compat.patch [new file with mode: 0644]
devel/gcc/patches-13.x/870-ppc_no_crtsavres.patch [new file with mode: 0644]
devel/gcc/patches-13.x/881-no_tm_section.patch [new file with mode: 0644]
devel/gcc/patches-13.x/900-bad-mips16-crt.patch [new file with mode: 0644]
devel/gcc/patches-13.x/910-mbsd_multi.patch [new file with mode: 0644]
devel/gcc/patches-13.x/920-specs_nonfatal_getenv.patch [new file with mode: 0644]
devel/gcc/patches-13.x/960-gotools-fix-compilation-when-making-cross-compiler.patch [new file with mode: 0644]
devel/gcc/patches-13.x/970-macos_arm64-building-fix.patch [new file with mode: 0644]