[LEDE-DEV] [PATCH 0/3] toolchain: update gcc and musl

Hauke Mehrtens hauke at hauke-m.de
Wed Jul 13 06:44:05 PDT 2016


This was tested on a lantiq, brcm47xx and bcm53xx device.

Hauke Mehrtens (3):
  gcc: update gcc to version 5.4.0
  musl: update musl to version 1.1.15
  musl: remove sh3 workaround

 toolchain/gcc/Config.version                       |    2 +-
 toolchain/gcc/common.mk                            |    4 +-
 .../5.3.0/030-fix-arm-codegen-PR-65932.patch       |   21 -
 .../gcc/patches/5.3.0/050-gcc-6-compile.patch      |  117 -
 .../001-revert_register_mode_search.patch          |    0
 .../{5.3.0 => 5.4.0}/002-case_insensitive.patch    |    0
 .../{5.3.0 => 5.4.0}/010-documentation.patch       |    0
 .../{5.3.0 => 5.4.0}/020-no-plt-backport.patch     |    0
 .../040-fix-mips-ICE-PR-68400.patch                |    0
 .../patches/{5.3.0 => 5.4.0}/100-uclibc-conf.patch |    0
 .../patches/{5.3.0 => 5.4.0}/200-musl_config.patch |   14 +-
 .../patches/{5.3.0 => 5.4.0}/201-musl_arm.patch    |    0
 .../patches/{5.3.0 => 5.4.0}/202-musl_mips.patch   |    0
 .../{5.3.0 => 5.4.0}/203-musl_powerpc.patch        |    0
 .../gcc/patches/{5.3.0 => 5.4.0}/204-musl_sh.patch |    0
 .../patches/{5.3.0 => 5.4.0}/205-musl_x86.patch    |    0
 .../{5.3.0 => 5.4.0}/206-musl_aarch64.patch        |    0
 .../{5.3.0 => 5.4.0}/207-musl_fixincludes.patch    |    0
 .../{5.3.0 => 5.4.0}/209-musl_libstdc++.patch      |    0
 .../patches/{5.3.0 => 5.4.0}/230-musl_libssp.patch |    0
 .../{5.3.0 => 5.4.0}/240-musl-libitm-fixes.patch   |    0
 .../patches/{5.3.0 => 5.4.0}/250-add-musl.patch    |    0
 .../{5.3.0 => 5.4.0}/260-musl-add-unwind-fix.patch |    0
 .../270-musl-add-powerpc-softfloat-fix.patch       |    0
 .../800-arm_v5te_no_ldrd_strd.patch                |    0
 .../810-arm-softfloat-libgcc.patch                 |    0
 .../patches/{5.3.0 => 5.4.0}/820-libgcc_pic.patch  |    0
 .../{5.3.0 => 5.4.0}/830-arm_unbreak_armv4t.patch  |    0
 .../840-armv4_pass_fix-v4bx_to_ld.patch            |    0
 .../{5.3.0 => 5.4.0}/850-use_shared_libgcc.patch   |    0
 .../{5.3.0 => 5.4.0}/851-libgcc_no_compat.patch    |    0
 .../{5.3.0 => 5.4.0}/870-ppc_no_crtsavres.patch    |    2 +-
 .../{5.3.0 => 5.4.0}/880-no_java_section.patch     |    0
 .../{5.3.0 => 5.4.0}/900-bad-mips16-crt.patch      |    0
 .../patches/{5.3.0 => 5.4.0}/910-mbsd_multi.patch  |    4 +-
 .../920-specs_nonfatal_getenv.patch                |    0
 .../930-fix-mips-noexecstack.patch                 |    0
 .../940-no-clobber-stamp-bits.patch                |    2 +-
 .../950-cpp_file_path_translation.patch            |    2 +-
 toolchain/musl/Config.version                      |    2 +-
 toolchain/musl/common.mk                           |    8 +-
 .../patches/001-update-to-git-2016-03-06.patch     | 3736 --------------------
 .../musl/patches/200-add_libssp_nonshared.patch    |    4 +-
 toolchain/musl/patches/300-relative.patch          |    2 +-
 44 files changed, 20 insertions(+), 3900 deletions(-)
 delete mode 100644 toolchain/gcc/patches/5.3.0/030-fix-arm-codegen-PR-65932.patch
 delete mode 100644 toolchain/gcc/patches/5.3.0/050-gcc-6-compile.patch
 rename toolchain/gcc/patches/{5.3.0 => 5.4.0}/001-revert_register_mode_search.patch (100%)
 rename toolchain/gcc/patches/{5.3.0 => 5.4.0}/002-case_insensitive.patch (100%)
 rename toolchain/gcc/patches/{5.3.0 => 5.4.0}/010-documentation.patch (100%)
 rename toolchain/gcc/patches/{5.3.0 => 5.4.0}/020-no-plt-backport.patch (100%)
 rename toolchain/gcc/patches/{5.3.0 => 5.4.0}/040-fix-mips-ICE-PR-68400.patch (100%)
 rename toolchain/gcc/patches/{5.3.0 => 5.4.0}/100-uclibc-conf.patch (100%)
 rename toolchain/gcc/patches/{5.3.0 => 5.4.0}/200-musl_config.patch (96%)
 rename toolchain/gcc/patches/{5.3.0 => 5.4.0}/201-musl_arm.patch (100%)
 rename toolchain/gcc/patches/{5.3.0 => 5.4.0}/202-musl_mips.patch (100%)
 rename toolchain/gcc/patches/{5.3.0 => 5.4.0}/203-musl_powerpc.patch (100%)
 rename toolchain/gcc/patches/{5.3.0 => 5.4.0}/204-musl_sh.patch (100%)
 rename toolchain/gcc/patches/{5.3.0 => 5.4.0}/205-musl_x86.patch (100%)
 rename toolchain/gcc/patches/{5.3.0 => 5.4.0}/206-musl_aarch64.patch (100%)
 rename toolchain/gcc/patches/{5.3.0 => 5.4.0}/207-musl_fixincludes.patch (100%)
 rename toolchain/gcc/patches/{5.3.0 => 5.4.0}/209-musl_libstdc++.patch (100%)
 rename toolchain/gcc/patches/{5.3.0 => 5.4.0}/230-musl_libssp.patch (100%)
 rename toolchain/gcc/patches/{5.3.0 => 5.4.0}/240-musl-libitm-fixes.patch (100%)
 rename toolchain/gcc/patches/{5.3.0 => 5.4.0}/250-add-musl.patch (100%)
 rename toolchain/gcc/patches/{5.3.0 => 5.4.0}/260-musl-add-unwind-fix.patch (100%)
 rename toolchain/gcc/patches/{5.3.0 => 5.4.0}/270-musl-add-powerpc-softfloat-fix.patch (100%)
 rename toolchain/gcc/patches/{5.3.0 => 5.4.0}/800-arm_v5te_no_ldrd_strd.patch (100%)
 rename toolchain/gcc/patches/{5.3.0 => 5.4.0}/810-arm-softfloat-libgcc.patch (100%)
 rename toolchain/gcc/patches/{5.3.0 => 5.4.0}/820-libgcc_pic.patch (100%)
 rename toolchain/gcc/patches/{5.3.0 => 5.4.0}/830-arm_unbreak_armv4t.patch (100%)
 rename toolchain/gcc/patches/{5.3.0 => 5.4.0}/840-armv4_pass_fix-v4bx_to_ld.patch (100%)
 rename toolchain/gcc/patches/{5.3.0 => 5.4.0}/850-use_shared_libgcc.patch (100%)
 rename toolchain/gcc/patches/{5.3.0 => 5.4.0}/851-libgcc_no_compat.patch (100%)
 rename toolchain/gcc/patches/{5.3.0 => 5.4.0}/870-ppc_no_crtsavres.patch (84%)
 rename toolchain/gcc/patches/{5.3.0 => 5.4.0}/880-no_java_section.patch (100%)
 rename toolchain/gcc/patches/{5.3.0 => 5.4.0}/900-bad-mips16-crt.patch (100%)
 rename toolchain/gcc/patches/{5.3.0 => 5.4.0}/910-mbsd_multi.patch (98%)
 rename toolchain/gcc/patches/{5.3.0 => 5.4.0}/920-specs_nonfatal_getenv.patch (100%)
 rename toolchain/gcc/patches/{5.3.0 => 5.4.0}/930-fix-mips-noexecstack.patch (100%)
 rename toolchain/gcc/patches/{5.3.0 => 5.4.0}/940-no-clobber-stamp-bits.patch (87%)
 rename toolchain/gcc/patches/{5.3.0 => 5.4.0}/950-cpp_file_path_translation.patch (98%)
 delete mode 100644 toolchain/musl/patches/001-update-to-git-2016-03-06.patch

-- 
2.8.1




More information about the Lede-dev mailing list