mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
pstack: Always use gcc to compile it
Fails to build/compile with clang
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/pstack/2.11/sources/pstack-2.11/libpstack/archreg.h:94:1: error: member access into incomplete type 'const CoreRegisters' (aka 'const pstack::Elf::user_regs_struct')
94 | REGMAP(0, regs[0])
| ^
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
a3594a9fa6
commit
0ee216b5ea
|
|
@ -37,3 +37,5 @@ FILES:${PN}-dbg += "${base_bindir}/.debug ${base_sbindir}/.debug ${bindir}/.debu
|
|||
|
||||
PACKAGES += "${PN}-dev"
|
||||
FILES:${PN}-dev += "${base_libdir}/*.so"
|
||||
|
||||
TOOLCHAIN = "gcc"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user