diff options
author | Ross Burton <ross.burton@intel.com> | 2014-12-01 13:23:30 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-03 12:24:00 +0000 |
commit | 13322986a6e07a3523405e5c41cedce4022db032 (patch) | |
tree | d2025b57802749be4fefce38d7be9a62a11afe2c /meta/recipes-devtools | |
parent | fcd72aab59aae77f7b3995d07201078aaf9f8c17 (diff) | |
download | poky-13322986a6e07a3523405e5c41cedce4022db032.tar.gz |
gdb: disable Guile
GDB 7.8 added Guile support, and it will auto-detect if Guile is present (which
is non-deterministic, so bad), and if it's present will fail to find the guild
binary as it doesn't consider the sysroot.
For now disable Guile support in GDB, if there is a need to have it enabled in
the future then GDB/Guile can be fixed.
(From OE-Core rev: f7b342a73661cfff4043fab77ab8e9ef0e48dec4)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc index 599b405e03..a902f9a4ab 100644 --- a/meta/recipes-devtools/gdb/gdb-common.inc +++ b/meta/recipes-devtools/gdb/gdb-common.inc | |||
@@ -38,7 +38,7 @@ EXPAT = "--with-expat --with-libexpat-prefix=${STAGING_DIR_HOST}" | |||
38 | 38 | ||
39 | EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x --disable-werror \ | 39 | EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x --disable-werror \ |
40 | --with-curses --disable-multilib --with-system-readline --disable-sim \ | 40 | --with-curses --disable-multilib --with-system-readline --disable-sim \ |
41 | --without-lzma \ | 41 | --without-lzma --without-guile \ |
42 | ${GDBPROPREFIX} ${EXPAT} \ | 42 | ${GDBPROPREFIX} ${EXPAT} \ |
43 | ${@bb.utils.contains('DISTRO_FEATURES', 'multiarch', '--enable-64-bit-bfd', '', d)} \ | 43 | ${@bb.utils.contains('DISTRO_FEATURES', 'multiarch', '--enable-64-bit-bfd', '', d)} \ |
44 | --disable-rpath \ | 44 | --disable-rpath \ |