]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
toolchain: gcc: update 7.x to 7.3.0
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 27 Jan 2018 13:28:46 +0000 (14:28 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 27 Jan 2018 18:54:52 +0000 (19:54 +0100)
This version still generates broken code in our setup for MIPS.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
21 files changed:
toolchain/gcc/Config.version
toolchain/gcc/common.mk
toolchain/gcc/patches/7.3.0/001-revert_register_mode_search.patch [moved from toolchain/gcc/patches/7.2.0/001-revert_register_mode_search.patch with 100% similarity]
toolchain/gcc/patches/7.3.0/002-case_insensitive.patch [moved from toolchain/gcc/patches/7.2.0/002-case_insensitive.patch with 100% similarity]
toolchain/gcc/patches/7.3.0/010-documentation.patch [moved from toolchain/gcc/patches/7.2.0/010-documentation.patch with 100% similarity]
toolchain/gcc/patches/7.3.0/230-musl_libssp.patch [moved from toolchain/gcc/patches/7.2.0/230-musl_libssp.patch with 100% similarity]
toolchain/gcc/patches/7.3.0/300-mips_Os_cpu_rtx_cost_model.patch [moved from toolchain/gcc/patches/7.2.0/300-mips_Os_cpu_rtx_cost_model.patch with 100% similarity]
toolchain/gcc/patches/7.3.0/800-arm_v5te_no_ldrd_strd.patch [moved from toolchain/gcc/patches/7.2.0/800-arm_v5te_no_ldrd_strd.patch with 100% similarity]
toolchain/gcc/patches/7.3.0/810-arm-softfloat-libgcc.patch [moved from toolchain/gcc/patches/7.2.0/810-arm-softfloat-libgcc.patch with 100% similarity]
toolchain/gcc/patches/7.3.0/820-libgcc_pic.patch [moved from toolchain/gcc/patches/7.2.0/820-libgcc_pic.patch with 100% similarity]
toolchain/gcc/patches/7.3.0/840-armv4_pass_fix-v4bx_to_ld.patch [moved from toolchain/gcc/patches/7.2.0/840-armv4_pass_fix-v4bx_to_ld.patch with 100% similarity]
toolchain/gcc/patches/7.3.0/850-use_shared_libgcc.patch [moved from toolchain/gcc/patches/7.2.0/850-use_shared_libgcc.patch with 100% similarity]
toolchain/gcc/patches/7.3.0/851-libgcc_no_compat.patch [moved from toolchain/gcc/patches/7.2.0/851-libgcc_no_compat.patch with 100% similarity]
toolchain/gcc/patches/7.3.0/870-ppc_no_crtsavres.patch [moved from toolchain/gcc/patches/7.2.0/870-ppc_no_crtsavres.patch with 100% similarity]
toolchain/gcc/patches/7.3.0/881-no_tm_section.patch [moved from toolchain/gcc/patches/7.2.0/881-no_tm_section.patch with 100% similarity]
toolchain/gcc/patches/7.3.0/900-bad-mips16-crt.patch [moved from toolchain/gcc/patches/7.2.0/900-bad-mips16-crt.patch with 100% similarity]
toolchain/gcc/patches/7.3.0/910-mbsd_multi.patch [moved from toolchain/gcc/patches/7.2.0/910-mbsd_multi.patch with 100% similarity]
toolchain/gcc/patches/7.3.0/920-specs_nonfatal_getenv.patch [moved from toolchain/gcc/patches/7.2.0/920-specs_nonfatal_getenv.patch with 100% similarity]
toolchain/gcc/patches/7.3.0/930-fix-mips-noexecstack.patch [moved from toolchain/gcc/patches/7.2.0/930-fix-mips-noexecstack.patch with 100% similarity]
toolchain/gcc/patches/7.3.0/940-no-clobber-stamp-bits.patch [moved from toolchain/gcc/patches/7.2.0/940-no-clobber-stamp-bits.patch with 100% similarity]
toolchain/gcc/patches/7.3.0/950-cpp_file_path_translation.patch [moved from toolchain/gcc/patches/7.2.0/950-cpp_file_path_translation.patch with 100% similarity]

index ee0f3f10c3478036e87926215e23cd3ab7bbcfa5..307a3657ac5e94e9eff6ca41d80f2df3ec2c24e7 100644 (file)
@@ -6,7 +6,7 @@ config GCC_VERSION
        string
        default "arc-2017.09-release"   if GCC_VERSION_7_1_ARC
        default "6.3.0"         if GCC_USE_VERSION_6
-       default "7.2.0"         if GCC_USE_VERSION_7
+       default "7.3.0"         if GCC_USE_VERSION_7
        default "5.5.0"
 
 config GCC_VERSION_7_1
index fafc0c167192ce3926346822e57d38da01e1e618..fb60e57c73368e526b92d870fb65d661816c35ac 100644 (file)
@@ -37,8 +37,8 @@ ifeq ($(PKG_VERSION),6.3.0)
   PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 endif
 
-ifeq ($(PKG_VERSION),7.2.0)
-  PKG_HASH:=1cf7adf8ff4b5aa49041c8734bbcf1ad18cc4c94d0029aae0f4e48841088479a
+ifeq ($(PKG_VERSION),7.3.0)
+  PKG_HASH:=832ca6ae04636adbb430e865a1451adf6979ab44ca1c8374f61fba65645ce15c
 endif
 
 ifneq ($(CONFIG_GCC_VERSION_7_1_ARC),)