diff options
Diffstat (limited to 'meta/recipes-devtools/gdb/gdb-common.inc')
-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 e01b57cc87..d728139f62 100644 --- a/meta/recipes-devtools/gdb/gdb-common.inc +++ b/meta/recipes-devtools/gdb/gdb-common.inc | |||
@@ -41,6 +41,7 @@ EXPAT = "--without-expat" | |||
41 | EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x \ | 41 | EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x \ |
42 | --with-curses --disable-multilib --with-system-readline --disable-sim \ | 42 | --with-curses --disable-multilib --with-system-readline --disable-sim \ |
43 | ${GDBPROPREFIX} --with-libelf=${STAGING_DIR_TARGET} ${EXPAT} \ | 43 | ${GDBPROPREFIX} --with-libelf=${STAGING_DIR_TARGET} ${EXPAT} \ |
44 | ${@base_contains('DISTRO_FEATURES', 'multiarch', '--enable-64-bit-bfd', '', d)} \ | ||
44 | " | 45 | " |
45 | 46 | ||
46 | GDBPROPREFIX = "--program-prefix=''" | 47 | GDBPROPREFIX = "--program-prefix=''" |