Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | require libunwind.inc |
| 2 | |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 3 | SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \ |
| 4 | file://Support-building-with-older-compilers.patch \ |
| 5 | file://AArch64-port.patch \ |
| 6 | file://Fix-test-case-link-failure-on-PowerPC-systems-with-Altivec.patch \ |
| 7 | file://Link-libunwind-to-libgcc_s-rather-than-libgcc.patch \ |
| 8 | file://0001-Invalid-dwarf-opcodes-can-cause-references-beyond-th.patch \ |
| 9 | file://Add-AO_REQUIRE_CAS-to-fix-build-on-ARM-v6.patch \ |
| 10 | file://0001-backtrace-Use-only-with-glibc-and-uclibc.patch \ |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 11 | " |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 12 | SRC_URI_append_libc-musl = "\ |
| 13 | file://0001-x86-Stub-out-x86_local_resume.patch \ |
| 14 | file://0001-disable-tests.patch \ |
| 15 | file://0001-Fix-build-on-mips-musl.patch \ |
| 16 | " |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 17 | SRC_URI[md5sum] = "fb4ea2f6fbbe45bf032cd36e586883ce" |
| 18 | SRC_URI[sha256sum] = "9dfe0fcae2a866de9d3942c66995e4b460230446887dbdab302d41a8aee8d09a" |
Patrick Williams | f1e5d69 | 2016-03-30 15:21:19 -0500 | [diff] [blame] | 19 | |
| 20 | # http://errors.yoctoproject.org/Errors/Details/20487/ |
| 21 | ARM_INSTRUCTION_SET_armv4 = "arm" |
| 22 | ARM_INSTRUCTION_SET_armv5 = "arm" |