0
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2025-09-16 04:29:49 +00:00
Files
openwrt/package/libs/elfutils/patches/006-Fix-build-on-aarch64-musl.patch
Lucian Cristian 16ad4de2c0 elfutils: aarch64 fix build on musl
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>
2020-04-17 13:43:34 +02:00

1.8 KiB