mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
gdb-cross-canadian: build with the host-triplet prefix
Our cross-canadian tools our built with the host-triplet prefix, gdb should do similar. Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -4,4 +4,6 @@ DEPENDS = "ncurses-nativesdk expat-nativesdk gettext-nativesdk"
|
||||
|
||||
inherit cross-canadian
|
||||
|
||||
PR = "r8"
|
||||
PR = "r9"
|
||||
|
||||
GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'"
|
||||
|
||||
Reference in New Issue
Block a user