Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 1 | require libunwind.inc |
| 2 | |
| 3 | SRC_URI = "http://download.savannah.nongnu.org/releases/libunwind/libunwind-${PV}.tar.gz \ |
| 4 | file://0001-Add-AO_REQUIRE_CAS-to-fix-build-on-ARM-v6.patch \ |
| 5 | file://0002-backtrace-Use-only-with-glibc-and-uclibc.patch \ |
| 6 | file://0003-x86-Stub-out-x86_local_resume.patch \ |
| 7 | file://0004-Fix-build-on-mips-musl.patch \ |
| 8 | file://0005-ppc32-Consider-ucontext-mismatches-between-glibc-and.patch \ |
| 9 | file://0006-Fix-for-X32.patch \ |
| 10 | " |
| 11 | SRC_URI_append_libc-musl = " file://musl-header-conflict.patch" |
| 12 | |
| 13 | SRC_URI[md5sum] = "a04f69d66d8e16f8bf3ab72a69112cd6" |
| 14 | SRC_URI[sha256sum] = "43997a3939b6ccdf2f669b50fdb8a4d3205374728c2923ddc2354c65260214f8" |
| 15 | |
| 16 | EXTRA_OECONF_append_libc-musl = " --disable-documentation --disable-tests --enable-static" |
| 17 | |
| 18 | # http://errors.yoctoproject.org/Errors/Details/20487/ |
| 19 | ARM_INSTRUCTION_SET_armv4 = "arm" |
| 20 | ARM_INSTRUCTION_SET_armv5 = "arm" |
| 21 | |
| 22 | LDFLAGS += "-Wl,-z,relro,-z,now ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" |
| 23 | |
| 24 | SECURITY_LDFLAGS_append_libc-musl = " -lssp_nonshared" |