Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | require gdb-common.inc |
| 2 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 3 | DEPENDS = "expat-native ncurses-native flex-native bison-native" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 4 | |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 5 | inherit python3native |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 6 | |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 7 | # Overrides PACKAGECONFIG variables in gdb-common.inc |
| 8 | PACKAGECONFIG ??= "python readline" |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 9 | PACKAGECONFIG[python] = "--with-python=${PYTHON},--without-python,python3-native" |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 10 | PACKAGECONFIG[readline] = "--with-system-readline,--without-system-readline,readline-native" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 11 | |
| 12 | do_compile_prepend() { |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 13 | export STAGING_LIBDIR="${STAGING_LIBDIR_NATIVE}" |
| 14 | export STAGING_INCDIR="${STAGING_INCDIR_NATIVE}" |
| 15 | } |
| 16 | |
| 17 | #EXTRA_OEMAKE += "LDFLAGS='${BUILD_LDFLAGS}'" |
| 18 | |
| 19 | GDBPROPREFIX = "" |
| 20 | |
| 21 | PN = "gdb-cross-${TARGET_ARCH}" |
| 22 | BPN = "gdb" |
| 23 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 24 | # Ignore how TARGET_ARCH is computed. |
| 25 | TARGET_ARCH[vardepvalue] = "${TARGET_ARCH}" |
| 26 | |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 27 | inherit cross |
| 28 | inherit gettext |
| 29 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 30 | datadir .= "/gdb-${TARGET_SYS}${TARGET_VENDOR}-${TARGET_OS}" |