diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-06-09 09:49:30 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-06-11 18:00:48 +0200 |
commit | 152661cde03311b2775db80b5a878c80a2006b6b (patch) | |
tree | 09b2018edf4347777583abb1a2208fc8478c6845 /package/gcc/gcc-initial | |
parent | 1bad51784646bce34a177199aaf7689c689bb816 (diff) | |
download | buildroot-152661cde03311b2775db80b5a878c80a2006b6b.tar.gz buildroot-152661cde03311b2775db80b5a878c80a2006b6b.zip |
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
Diffstat (limited to 'package/gcc/gcc-initial')
0 files changed, 0 insertions, 0 deletions