summaryrefslogtreecommitdiffstats
path: root/recipes-core/busybox/busybox/0001-Turn-ptr_to_globals-and-bb_errno-to-be-non-const.patch
Commit message (Collapse)AuthorAgeFilesLines
* busybox: Fix 1.35 build with clangKhem Raj2022-01-121-172/+0
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* busybox: Port patch to 1.33 releaseKhem Raj2021-02-261-7/+7
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* busybox: Forward port the clang patch to 1.32 releaseKhem Raj2020-07-121-17/+6
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* busybox: Update non-const patch to remaining patternsKhem Raj2019-09-111-5/+51
| | | | | | | | | | | This was noticed when /bin/ash crashed that there are more instances of this optimization which causes same kind of failures in few other applets As a side benefit busybox compiled with clang works totally fine on riscv64 now Signed-off-by: Khem Raj <raj.khem@gmail.com>
* busybox: Update the clang compatibility patch to work with clang 9.xKhem Raj2019-08-101-0/+137
Signed-off-by: Khem Raj <raj.khem@gmail.com>