toolchain: Add GCC 9.1.0 release
authorJoseph Benden <joe@benden.us>
Wed, 8 May 2019 18:52:56 +0000 (11:52 -0700)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 16 Jun 2019 14:40:08 +0000 (16:40 +0200)
commit88c07c655262ea63c342e7c9df67cfe36fe3e5df
tree249f0c4db7f90c33210d986937d0828d5c183106
parent9b53201d9c53cd7021455ac9748b3dba744b468b
toolchain: Add GCC 9.1.0 release

Most of the patches are copied over from GCC 8.3.

The following patches are backported from the GCC 9.X development branch:
toolchain/gcc/patches/9.1.0/970-recompute-dom-fast-queries-before-vn.patch
toolchain/gcc/patches/9.1.0/975-g++-ICE-with-generic-lambda.patch

The specs file changed with gcc 9, now it contains "%@{L*}" instead of
"%{L*}" in older GCC versions.

Signed-off-by: Joseph Benden <joe@benden.us>
24 files changed:
scripts/patch-specs.sh
toolchain/gcc/Config.in
toolchain/gcc/Config.version
toolchain/gcc/common.mk
toolchain/gcc/patches/9.1.0/002-case_insensitive.patch [new file with mode: 0644]
toolchain/gcc/patches/9.1.0/010-documentation.patch [new file with mode: 0644]
toolchain/gcc/patches/9.1.0/110-Fix-MIPS-PR-84790.patch [new file with mode: 0644]
toolchain/gcc/patches/9.1.0/230-musl_libssp.patch [new file with mode: 0644]
toolchain/gcc/patches/9.1.0/300-mips_Os_cpu_rtx_cost_model.patch [new file with mode: 0644]
toolchain/gcc/patches/9.1.0/810-arm-softfloat-libgcc.patch [new file with mode: 0644]
toolchain/gcc/patches/9.1.0/820-libgcc_pic.patch [new file with mode: 0644]
toolchain/gcc/patches/9.1.0/840-armv4_pass_fix-v4bx_to_ld.patch [new file with mode: 0644]
toolchain/gcc/patches/9.1.0/850-use_shared_libgcc.patch [new file with mode: 0644]
toolchain/gcc/patches/9.1.0/851-libgcc_no_compat.patch [new file with mode: 0644]
toolchain/gcc/patches/9.1.0/870-ppc_no_crtsavres.patch [new file with mode: 0644]
toolchain/gcc/patches/9.1.0/881-no_tm_section.patch [new file with mode: 0644]
toolchain/gcc/patches/9.1.0/900-bad-mips16-crt.patch [new file with mode: 0644]
toolchain/gcc/patches/9.1.0/910-mbsd_multi.patch [new file with mode: 0644]
toolchain/gcc/patches/9.1.0/920-specs_nonfatal_getenv.patch [new file with mode: 0644]
toolchain/gcc/patches/9.1.0/930-fix-mips-noexecstack.patch [new file with mode: 0644]
toolchain/gcc/patches/9.1.0/931-libffi-fix-MIPS-softfloat-build-issue.patch [new file with mode: 0644]
toolchain/gcc/patches/9.1.0/960-gotools-fix-compilation-when-making-cross-compiler.patch [new file with mode: 0644]
toolchain/gcc/patches/9.1.0/970-recompute-dom-fast-queries-before-vn.patch [new file with mode: 0644]
toolchain/gcc/patches/9.1.0/975-g++-ICE-with-generic-lambda.patch [new file with mode: 0644]