From: Richard Purdie Date: Thu, 4 Sep 2008 11:48:03 +0000 (+0000) Subject: poky-eabi.inc: Start using the --as-needed flag when linking to reduce uneeded link... X-Git-Tag: 2011-1~8368 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f46cad811fe2a618e44981a6e155df13e25afeb0;p=openembedded-core.git poky-eabi.inc: Start using the --as-needed flag when linking to reduce uneeded link time dependencies git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5138 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/conf/distro/include/poky-eabi.inc b/meta/conf/distro/include/poky-eabi.inc index 711970bf2c..c995058ddc 100644 --- a/meta/conf/distro/include/poky-eabi.inc +++ b/meta/conf/distro/include/poky-eabi.inc @@ -32,3 +32,8 @@ PREFERRED_VERSION_linux-libc-headers ?= "2.6.24" PREFERRED_VERSION_glibc ?= "2.6.1" PREFERRED_VERSION_glibc-initial ?= "2.6.1" PREFERRED_VERSION_elfutils ?= "0.131" + +ASNEEDED = "-Wl,--as-needed" +ASNEEDED_pn-console-tools = "" + +TARGET_LDFLAGS += "${ASNEEDED}"