1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +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:
Joshua Lock
2010-06-23 18:15:19 +01:00
parent 698dab0109
commit 01e54ffb42
+3 -1
View File
@@ -4,4 +4,6 @@ DEPENDS = "ncurses-nativesdk expat-nativesdk gettext-nativesdk"
inherit cross-canadian
PR = "r8"
PR = "r9"
GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'"