toolchain/gcc: add 6.1.0
authorSyrone Wong <wong.syrone@gmail.com>
Wed, 13 Jul 2016 13:57:05 +0000 (21:57 +0800)
committerFelix Fietkau <nbd@nbd.name>
Fri, 15 Jul 2016 12:17:58 +0000 (14:17 +0200)
commit445604a915e8ed4669b3ef3c622259c7ca0081c1
tree43d7878a49fc1b6579081828f0b94d2affd6ffe4
parenta4e90e2cac9d0afb41842b8a197b3acee903b9ad
toolchain/gcc: add 6.1.0

-fno-plt and musl-libc patches already get upstream, then dropped
in GCC 6. Other patches are almost identical compared to GCC 5.4.

Compile and run tested on ar71xx/Qihoo C301 and
mvebu/Linksys WRT1900ac v1

Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name> [cleanups/fixes]
23 files changed:
toolchain/gcc/Config.in
toolchain/gcc/Config.version
toolchain/gcc/common.mk
toolchain/gcc/patches/6.1.0/001-revert_register_mode_search.patch [new file with mode: 0644]
toolchain/gcc/patches/6.1.0/002-case_insensitive.patch [new file with mode: 0644]
toolchain/gcc/patches/6.1.0/010-documentation.patch [new file with mode: 0644]
toolchain/gcc/patches/6.1.0/100-uclibc-conf.patch [new file with mode: 0644]
toolchain/gcc/patches/6.1.0/230-musl_libssp.patch [new file with mode: 0644]
toolchain/gcc/patches/6.1.0/800-arm_v5te_no_ldrd_strd.patch [new file with mode: 0644]
toolchain/gcc/patches/6.1.0/810-arm-softfloat-libgcc.patch [new file with mode: 0644]
toolchain/gcc/patches/6.1.0/820-libgcc_pic.patch [new file with mode: 0644]
toolchain/gcc/patches/6.1.0/830-arm_unbreak_armv4t.patch [new file with mode: 0644]
toolchain/gcc/patches/6.1.0/840-armv4_pass_fix-v4bx_to_ld.patch [new file with mode: 0644]
toolchain/gcc/patches/6.1.0/850-use_shared_libgcc.patch [new file with mode: 0644]
toolchain/gcc/patches/6.1.0/851-libgcc_no_compat.patch [new file with mode: 0644]
toolchain/gcc/patches/6.1.0/870-ppc_no_crtsavres.patch [new file with mode: 0644]
toolchain/gcc/patches/6.1.0/880-no_java_section.patch [new file with mode: 0644]
toolchain/gcc/patches/6.1.0/900-bad-mips16-crt.patch [new file with mode: 0644]
toolchain/gcc/patches/6.1.0/910-mbsd_multi.patch [new file with mode: 0644]
toolchain/gcc/patches/6.1.0/920-specs_nonfatal_getenv.patch [new file with mode: 0644]
toolchain/gcc/patches/6.1.0/930-fix-mips-noexecstack.patch [new file with mode: 0644]
toolchain/gcc/patches/6.1.0/940-no-clobber-stamp-bits.patch [new file with mode: 0644]
toolchain/gcc/patches/6.1.0/950-cpp_file_path_translation.patch [new file with mode: 0644]