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 \ |
Andrew Geissler | 5a43b43 | 2020-06-13 10:46:56 -0500 | [diff] [blame] | 10 | file://sigset_t.patch \ |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 11 | " |
| 12 | SRC_URI_append_libc-musl = " file://musl-header-conflict.patch" |
| 13 | |
Andrew Geissler | 4ed12e1 | 2020-06-05 18:00:41 -0500 | [diff] [blame] | 14 | SRC_URI[md5sum] = "5114504c74ac3992ac06aa551cd55678" |
| 15 | SRC_URI[sha256sum] = "df59c931bd4d7ebfd83ee481c943edf015138089b8e50abed8d9c57ba9338435" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 16 | |
| 17 | EXTRA_OECONF_append_libc-musl = " --disable-documentation --disable-tests --enable-static" |
| 18 | |
| 19 | # http://errors.yoctoproject.org/Errors/Details/20487/ |
| 20 | ARM_INSTRUCTION_SET_armv4 = "arm" |
| 21 | ARM_INSTRUCTION_SET_armv5 = "arm" |
| 22 | |
| 23 | LDFLAGS += "-Wl,-z,relro,-z,now ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" |
| 24 | |
| 25 | SECURITY_LDFLAGS_append_libc-musl = " -lssp_nonshared" |