blob: ebe329f6d3b1ca506f4feead6a0cdc98fd146f72 [file] [log] [blame]
Andrew Geissleraaf90cd2021-02-12 15:29:51 -06001require gdb-common.inc
2
3DEPENDS = "expat-native ncurses-native flex-native bison-native"
4
5inherit python3native
6
7# Overrides PACKAGECONFIG variables in gdb-common.inc
8PACKAGECONFIG ??= "python readline"
9PACKAGECONFIG[python] = "--with-python=${PYTHON},--without-python,python3-native"
10PACKAGECONFIG[readline] = "--with-system-readline,--without-system-readline,readline-native"
11
12do_compile_prepend() {
13 export STAGING_LIBDIR="${STAGING_LIBDIR_NATIVE}"
14 export STAGING_INCDIR="${STAGING_INCDIR_NATIVE}"
15}
16
17#EXTRA_OEMAKE += "LDFLAGS='${BUILD_LDFLAGS}'"
18
19GDBPROPREFIX = ""
20
21PN = "gdb-cross-${TARGET_ARCH}"
22BPN = "gdb"
23
24# Ignore how TARGET_ARCH is computed.
25TARGET_ARCH[vardepvalue] = "${TARGET_ARCH}"
26
27inherit cross
28inherit gettext
29
30datadir .= "/gdb-${TARGET_SYS}${TARGET_VENDOR}-${TARGET_OS}"