aboutsummaryrefslogtreecommitdiff
path: root/package/libs/elfutils/patches/006-Fix-build-on-aarch64-musl.patch
Commit message (Collapse)AuthorAge
* elfutils: update to 0.182Rosen Penev2021-08-08
| | | | | | | | | | | | | | | Add --disable-libdebuginfod with remove libcurl dependency. Remove totally unused host elfutils. Refreshed and rebased patches. Also happens to fix compilation with GCC11. Newer versions of elfutils seem to have some kind of dependency on obstack. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* elfutils: aarch64 fix build on muslLucian Cristian2020-04-17
aarch64_initreg.c: In function 'aarch64_set_initial_registers_tid': aarch64_initreg.c:85:37: error: invalid operands to binary & (have 'long double' and 'unsigned int') dwarf_fregs[r] = fregs.vregs[r] & 0xFFFFFFFF; ~~~~~~~~~~~~~~ ^ Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>