mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 18:13:51 +00: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:
parent
698dab0109
commit
01e54ffb42
@ -4,4 +4,6 @@ DEPENDS = "ncurses-nativesdk expat-nativesdk gettext-nativesdk"
|
||||
|
||||
inherit cross-canadian
|
||||
|
||||
PR = "r8"
|
||||
PR = "r9"
|
||||
|
||||
GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user