aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/patches/5.4.0/280-musl-disable-ifunc-by-default.patch
Commit message (Collapse)AuthorAgeFilesLines
* toolchain/gcc: update 5.x to 5.5.0Ryan Mounce2017-10-151-38/+0
| | | | | | | | | | This is the final bugfix release in the gcc-5 series. Compile and run tested on macOS 10.13 (Xcode 9), mvebu/ar71xx. Removed redundant patch for macOS (backported upstream by yours truly) Signed-off-by: Ryan Mounce <ryan@mounce.com.au>
* toolchain: gcc: disable ifunc on *-musl by defaultYousong Zhou2016-11-241-0/+38
Otherwise the built binaries may fail with Error relocating /usr/bin/qemu-system-x86_64: unsupported relocation type 37 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>