From: Martin Jansa Date: Wed, 5 May 2010 12:11:43 +0000 (+0200) Subject: gdb: disable-lto as suggested by zecke on #oe X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13c6fcb09448662cdb7990db61c36673036f307b;p=openembedded.git gdb: disable-lto as suggested by zecke on #oe * workaround for CROSS COMPILE Badness: /usr/include in INCLUDEPATH: /usr/include/libelf in gdb_7.1 Signed-off-by: Martin Jansa --- diff --git a/recipes/gdb/gdb.inc b/recipes/gdb/gdb.inc index a519cef584..1dfaa89284 100644 --- a/recipes/gdb/gdb.inc +++ b/recipes/gdb/gdb.inc @@ -24,7 +24,7 @@ EXTRA_OEMAKE = "'SUBDIRS=intl mmalloc libiberty opcodes bfd sim gdb etc utils'" EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x \ --with-curses --disable-multilib --with-readline --disable-sim \ - --program-prefix=''" + --program-prefix='' --disable-lto" LDFLAGS_append = " -s" export CFLAGS_append=" -L${STAGING_LIBDIR}"