diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-common.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc index deb3841400..695495416f 100644 --- a/meta/recipes-devtools/gdb/gdb-common.inc +++ b/meta/recipes-devtools/gdb/gdb-common.inc | |||
@@ -38,6 +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 | ${GDBPROPREFIX} ${EXPAT} \ | 42 | ${GDBPROPREFIX} ${EXPAT} \ |
42 | ${@base_contains('DISTRO_FEATURES', 'multiarch', '--enable-64-bit-bfd', '', d)} \ | 43 | ${@base_contains('DISTRO_FEATURES', 'multiarch', '--enable-64-bit-bfd', '', d)} \ |
43 | --disable-rpath \ | 44 | --disable-rpath \ |