mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 06:32:12 +02:00
* pass --enable-debug-frame on aarch64 architecture
* include patches:
- aarch64 port (backported from upstream)
- Support-building-with-older-compilers (fix undefined reference to
`unreachable' on older compilers)
(From OE-Core rev: 07cdb1b6583a6cf379de769bdf392c90b49692db)
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 lines
270 B
BlitzBasic
10 lines
270 B
BlitzBasic
require libunwind.inc
|
|
|
|
SRC_URI += "\
|
|
file://Support-building-with-older-compilers.patch \
|
|
file://AArch64-port.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "fb4ea2f6fbbe45bf032cd36e586883ce"
|
|
SRC_URI[sha256sum] = "9dfe0fcae2a866de9d3942c66995e4b460230446887dbdab302d41a8aee8d09a"
|