[oe-commits] Martin Jansa : gdb: disable-lto as suggested by zecke on #oe

git version control git at git.openembedded.org
Wed May 5 14:08:59 UTC 2010


Module: openembedded.git
Branch: rpurdie/work-in-progress
Commit: 13c6fcb09448662cdb7990db61c36673036f307b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=13c6fcb09448662cdb7990db61c36673036f307b

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed May  5 14:11:43 2010 +0200

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 <Martin.Jansa at gmail.com>

---

 recipes/gdb/gdb.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/gdb/gdb.inc b/recipes/gdb/gdb.inc
index a519cef..1dfaa89 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}"





More information about the Openembedded-commits mailing list