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:
Khem Raj 2025-07-03 16:03:45 -07:00
parent a3594a9fa6
commit 0ee216b5ea
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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"