mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
This allows them to co-exist together in the native sysroot, with one set of cross tools per target architecture. (From OE-Core rev: a2c5509520d5c3e082f55844e6545d0309565f8f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
18 lines
322 B
PHP
18 lines
322 B
PHP
require gdb-common.inc
|
|
|
|
DEPENDS = "expat-native ncurses-native readline-native"
|
|
|
|
EXTRA_OECONF += "--without-python"
|
|
|
|
#EXTRA_OEMAKE += "LDFLAGS='${BUILD_LDFLAGS}'"
|
|
|
|
GDBPROPREFIX = ""
|
|
|
|
PN = "gdb-cross-${TARGET_ARCH}"
|
|
BPN = "gdb"
|
|
|
|
inherit cross
|
|
inherit gettext
|
|
|
|
datadir .= "/gdb-${TUNE_PKGARCH}${TARGET_VENDOR}-${TARGET_OS}"
|