toolchain: gcc: update 7.x to 7.3.0

This version still generates broken code in our setup for MIPS.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
master
Hauke Mehrtens 7 years ago
parent 241e6dd3e9
commit 1a8523c835
  1. 2
      toolchain/gcc/Config.version
  2. 4
      toolchain/gcc/common.mk
  3. 0
      toolchain/gcc/patches/7.3.0/001-revert_register_mode_search.patch
  4. 0
      toolchain/gcc/patches/7.3.0/002-case_insensitive.patch
  5. 0
      toolchain/gcc/patches/7.3.0/010-documentation.patch
  6. 0
      toolchain/gcc/patches/7.3.0/230-musl_libssp.patch
  7. 0
      toolchain/gcc/patches/7.3.0/300-mips_Os_cpu_rtx_cost_model.patch
  8. 0
      toolchain/gcc/patches/7.3.0/800-arm_v5te_no_ldrd_strd.patch
  9. 0
      toolchain/gcc/patches/7.3.0/810-arm-softfloat-libgcc.patch
  10. 0
      toolchain/gcc/patches/7.3.0/820-libgcc_pic.patch
  11. 0
      toolchain/gcc/patches/7.3.0/840-armv4_pass_fix-v4bx_to_ld.patch
  12. 0
      toolchain/gcc/patches/7.3.0/850-use_shared_libgcc.patch
  13. 0
      toolchain/gcc/patches/7.3.0/851-libgcc_no_compat.patch
  14. 0
      toolchain/gcc/patches/7.3.0/870-ppc_no_crtsavres.patch
  15. 0
      toolchain/gcc/patches/7.3.0/881-no_tm_section.patch
  16. 0
      toolchain/gcc/patches/7.3.0/900-bad-mips16-crt.patch
  17. 0
      toolchain/gcc/patches/7.3.0/910-mbsd_multi.patch
  18. 0
      toolchain/gcc/patches/7.3.0/920-specs_nonfatal_getenv.patch
  19. 0
      toolchain/gcc/patches/7.3.0/930-fix-mips-noexecstack.patch
  20. 0
      toolchain/gcc/patches/7.3.0/940-no-clobber-stamp-bits.patch
  21. 0
      toolchain/gcc/patches/7.3.0/950-cpp_file_path_translation.patch

@ -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

@ -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),)

Loading…
Cancel
Save