Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xen: drop patch to workaround prelink on aarch64 | Christopher Clark | 2021-12-16 | 1 | -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.0 | Christopher Clark | 2020-07-06 | 1 | -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> |