[oe-commits] Ross Burton : gdb: disable Guile

git at git.openembedded.org git at git.openembedded.org
Wed Dec 3 12:24:36 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: f7b342a73661cfff4043fab77ab8e9ef0e48dec4
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f7b342a73661cfff4043fab77ab8e9ef0e48dec4

Author: Ross Burton <ross.burton at intel.com>
Date:   Mon Dec  1 13:23:30 2014 +0000

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.

Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-devtools/gdb/gdb-common.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc
index 599b405..a902f9a 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}"
 
 EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x --disable-werror \
                 --with-curses --disable-multilib --with-system-readline --disable-sim \
-                --without-lzma \
+                --without-lzma --without-guile \
                 ${GDBPROPREFIX} ${EXPAT} \
                 ${@bb.utils.contains('DISTRO_FEATURES', 'multiarch', '--enable-64-bit-bfd', '', d)} \
                 --disable-rpath \



More information about the Openembedded-commits mailing list