diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-common.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc index f208055ef1..3260dbd723 100644 --- a/meta/recipes-devtools/gdb/gdb-common.inc +++ b/meta/recipes-devtools/gdb/gdb-common.inc | |||
@@ -40,7 +40,10 @@ EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x --disable-werror \ | |||
40 | ${GDBPROPREFIX} ${EXPAT} \ | 40 | ${GDBPROPREFIX} ${EXPAT} \ |
41 | ${@bb.utils.contains('DISTRO_FEATURES', 'multiarch', '--enable-64-bit-bfd', '', d)} \ | 41 | ${@bb.utils.contains('DISTRO_FEATURES', 'multiarch', '--enable-64-bit-bfd', '', d)} \ |
42 | --disable-rpath \ | 42 | --disable-rpath \ |
43 | " | 43 | --disable-gas --disable-binutils \ |
44 | --disable-ld --disable-gold \ | ||
45 | --disable-gprof \ | ||
46 | " | ||
44 | 47 | ||
45 | PACKAGECONFIG ??= "readline" | 48 | PACKAGECONFIG ??= "readline" |
46 | # Use --without-system-readline to compile with readline 5. | 49 | # Use --without-system-readline to compile with readline 5. |