aboutsummaryrefslogtreecommitdiff
path: root/patches/gcc/4.7.4
Commit message (Collapse)AuthorAgeFilesLines
* cc/gcc: Fix dynamic linker path for hard float libcBernhard Walle2015-01-081-0/+44
| | | | | | | | | | | | | | When compiling glibc 2.16 and gcc 4.7.4 with CT_ARCH_FLOAT="hard", I end up in a dynamic linker called /lib/ld-linux-armhf.so.3, but gcc compiles the binaries with an ELF interpreter /lib/ld-linux.so.3. That doesn't work. This patch (which is included in recent gcc version and also is included in Linaro 4.7 versions) fixes the problem. I just stripped the ChangeLog diff from the original commit. Signed-off-by: Bernhard Walle <bernhard@bwalle.de>
* cc/gcc: Add 4.7.4 and 4.8.3Anton Leontiev2014-07-032-0/+129
Signed-off-by: Anton Leontiev <aleontiev@elvees.com>