aboutsummaryrefslogtreecommitdiffstats
path: root/package/devel/binutils/patches/0001-Do-not-pass-host-compiler-sanitization-flags-on-to-l.patch
Commit message (Collapse)AuthorAgeFilesLines
* binutils: update to version 2.34Felix Fietkau2020-08-061-65/+0
| | | | | | Fixes perf on aarch64 Signed-off-by: Felix Fietkau <nbd@nbd.name>
* binutils: fix build with host gcc < 4.9Hauke Mehrtens2017-04-121-0/+65
binutils 2.27 checks if the target compiler supports -Wstack- usage=262144, and also uses this setting for the host compiler. If the host compiler is gcc < 4.9 binutils build will fail. This backports 2 commits which are fixing this problem for binutils 2.28. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>