| Submitter | Saul Wold |
|---|---|
| Date | April 25, 2011, 6:54 a.m. |
| Message ID | <624f00832be53c358f7c20ec73f005c920d0986c.1303714279.git.sgw@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/2811/ |
| State | New, archived |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc index 84e36ba..549a934 100644 --- a/meta/recipes-devtools/gdb/gdb-common.inc +++ b/meta/recipes-devtools/gdb/gdb-common.inc @@ -29,7 +29,9 @@ EXPAT = "--without-expat" EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x \ --with-curses --disable-multilib --with-system-readline --disable-sim \ - ${GDBPROPREFIX} --with-libelf=${STAGING_DIR_TARGET} ${EXPAT}" + ${GDBPROPREFIX} --with-libelf=${STAGING_DIR_TARGET} ${EXPAT} + --without-ust \ + " GDBPROPREFIX = "--program-prefix=''" do_configure () {