toolchain/gcc: bump to 7.5.0

This updates the GCC to the next minor release which fixes +213 bugs.
Tested on ARMv6, ARMv7, MIPS R2, x86

Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
master
Koen Vandeputte 5 years ago
parent 3c5c49af8b
commit dd284c6c57
  1. 2
      toolchain/gcc/Config.version
  2. 4
      toolchain/gcc/common.mk
  3. 0
      toolchain/gcc/patches/7.5.0/001-revert_register_mode_search.patch
  4. 0
      toolchain/gcc/patches/7.5.0/002-case_insensitive.patch
  5. 0
      toolchain/gcc/patches/7.5.0/010-documentation.patch
  6. 0
      toolchain/gcc/patches/7.5.0/110-Fix-MIPS-PR-84790.patch
  7. 0
      toolchain/gcc/patches/7.5.0/230-musl_libssp.patch
  8. 0
      toolchain/gcc/patches/7.5.0/300-mips_Os_cpu_rtx_cost_model.patch
  9. 0
      toolchain/gcc/patches/7.5.0/800-arm_v5te_no_ldrd_strd.patch
  10. 0
      toolchain/gcc/patches/7.5.0/810-arm-softfloat-libgcc.patch
  11. 0
      toolchain/gcc/patches/7.5.0/820-libgcc_pic.patch
  12. 0
      toolchain/gcc/patches/7.5.0/840-armv4_pass_fix-v4bx_to_ld.patch
  13. 0
      toolchain/gcc/patches/7.5.0/850-use_shared_libgcc.patch
  14. 0
      toolchain/gcc/patches/7.5.0/851-libgcc_no_compat.patch
  15. 0
      toolchain/gcc/patches/7.5.0/870-ppc_no_crtsavres.patch
  16. 0
      toolchain/gcc/patches/7.5.0/881-no_tm_section.patch
  17. 0
      toolchain/gcc/patches/7.5.0/900-bad-mips16-crt.patch
  18. 0
      toolchain/gcc/patches/7.5.0/910-mbsd_multi.patch
  19. 0
      toolchain/gcc/patches/7.5.0/920-specs_nonfatal_getenv.patch
  20. 0
      toolchain/gcc/patches/7.5.0/930-fix-mips-noexecstack.patch
  21. 0
      toolchain/gcc/patches/7.5.0/931-libffi-fix-MIPS-softfloat-build-issue.patch
  22. 0
      toolchain/gcc/patches/7.5.0/940-no-clobber-stamp-bits.patch
  23. 0
      toolchain/gcc/patches/7.5.0/950-cpp_file_path_translation.patch
  24. 0
      toolchain/gcc/patches/7.5.0/960-gotools-fix-compilation-when-making-cross-compiler.patch

@ -16,4 +16,4 @@ config GCC_VERSION
string
default "5.5.0" if GCC_VERSION_5
default "8.3.0" if GCC_VERSION_8
default "7.4.0"
default "7.5.0"

@ -32,8 +32,8 @@ ifeq ($(PKG_VERSION),5.5.0)
PKG_HASH:=530cea139d82fe542b358961130c69cfde8b3d14556370b65823d2f91f0ced87
endif
ifeq ($(PKG_VERSION),7.4.0)
PKG_HASH:=eddde28d04f334aec1604456e536416549e9b1aa137fc69204e65eb0c009fe51
ifeq ($(PKG_VERSION),7.5.0)
PKG_HASH:=b81946e7f01f90528a1f7352ab08cc602b9ccc05d4e44da4bd501c5a189ee661
endif
ifeq ($(PKG_VERSION),8.3.0)

Loading…
Cancel
Save