summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gdb/gdb-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gdb/gdb-common.inc')
-rw-r--r--meta/recipes-devtools/gdb/gdb-common.inc5
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 84e36baed6..95a38b5956 100644
--- a/meta/recipes-devtools/gdb/gdb-common.inc
+++ b/meta/recipes-devtools/gdb/gdb-common.inc
@@ -29,7 +29,10 @@ EXPAT = "--without-expat"
29 29
30EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x \ 30EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x \
31 --with-curses --disable-multilib --with-system-readline --disable-sim \ 31 --with-curses --disable-multilib --with-system-readline --disable-sim \
32 ${GDBPROPREFIX} --with-libelf=${STAGING_DIR_TARGET} ${EXPAT}" 32 ${GDBPROPREFIX} --with-libelf=${STAGING_DIR_TARGET} ${EXPAT} \
33 --without-ust \
34 "
35
33GDBPROPREFIX = "--program-prefix=''" 36GDBPROPREFIX = "--program-prefix=''"
34 37
35do_configure () { 38do_configure () {