buildroot/package/gcc/5.4.0
Thomas Petazzoni 152661cde0 gcc: add patch to support musl on SuperH in gcc 5.x
Building a toolchain for SuperH/musl works, but the toolchain generate
bogus binaries, because the path to the program interpreter is not
known (and therefore is /dev/null).

This commit backports a patch from gcc 6.x to make SuperH support with
musl work properly.

The patch is not needed in gcc >= 6.x because the musl support is
upstream. The patch is not needed for gcc 4.9 because we had a
different musl support patch that had support for all architectures in
one patch.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
Changes since v2:
 - None
Changes since v1:
 - New patch in the series
2017-06-11 18:00:48 +02:00
..
100-uclibc-conf.patch
120-gcc-config.gcc-fix-typo-for-powerpc-e6500-cpu_is_64b.patch
301-missing-execinfo_h.patch
810-arm-softfloat-libgcc.patch
830-arm_unbreak_armv4t.patch
831-ARM-PR-target-70473-Reduce-size-of-Cortex-A8-automat.patch
840-microblaze-enable-dwarf-eh-support.patch
850-libstdcxx-uclibc-c99.patch
860-cilk-wchar.patch
870-xtensa-add-mauto-litpools-option.patch
871-xtensa-reimplement-register-spilling.patch
872-xtensa-use-unwind-dw2-fde-dip-instead-of-unwind-dw2-.patch
873-xtensa-fix-_Unwind_GetCFA.patch
874-xtensa-add-uclinux-support.patch
875-xtensa-implement-trap-pattern.patch package/gcc: backport xtensa trap pattern for 5.x 2016-11-14 22:53:12 +01:00
876-xtensa-Fix-PR-target-78603.patch package/gcc: fix ICE on xtensa, 5.x and 6.x, PR target/78603 2016-11-30 22:44:31 +01:00
880-gcc-nios2-Add-IJMP_REGS-enum.patch
890-fix-m68k-compile.patch
891-fix-m68k-uclinux.patch
900-libitm-fixes-for-musl-support.patch
901-fixincludes-update-for-musl-support.patch
902-unwind-fix-for-musl.patch
903-libstdc++-libgfortran-gthr-workaround-for-musl.patch
904-musl-libc-config.patch
905-add-musl-support-to-gcc.patch
906-mips-musl-support.patch
907-x86-musl-support.patch
908-arm-musl-support.patch
909-aarch64-musl-support.patch
910-microblaze-musl-and-uclibc.patch microblaze: fix musl support 2016-10-28 15:11:52 +02:00
911-ppc-musl-support.patch gcc: add patch to support musl on ppc 2016-11-27 22:21:27 +01:00
912-sh-musl-support.patch gcc: add patch to support musl on SuperH in gcc 5.x 2017-06-11 18:00:48 +02:00
930-libgcc-disable-split-stack-nothreads.patch
940-uclinux-enable-threads.patch
941-mips-Add-support-for-mips-r6-musl.patch