summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/files/xen-arm64-implement-atomic-fetch-add.patch
Commit message (Collapse)AuthorAgeFilesLines
* xen: drop patch to workaround prelink on aarch64Christopher Clark2021-12-161-50/+0
| | | | | | | | prelink is no longer default enabled and has been recommended to be disabled since OE-core f9719cc1. Signed-off-by: Christopher Clark <christopher.w.clark@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* xen: add patch to fix build on ARM64 with gcc 10.1.0Christopher Clark2020-07-061-0/+50
The newer gcc toolchain won't link due to a missing builtin: __sync_fetch_and_add. Xen is built with -fno-builtin, so add a patch to implement the one required function. Signed-off-by: Christopher Clark <christopher.w.clark@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>