From f46cad811fe2a618e44981a6e155df13e25afeb0 Mon Sep 17 00:00:00 2001
From: Richard Purdie <richard@openedhand.com>
Date: Thu, 4 Sep 2008 11:48:03 +0000
Subject: 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
---
 meta/conf/distro/include/poky-eabi.inc | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta/conf/distro/include/poky-eabi.inc b/meta/conf/distro/include/poky-eabi.inc
index 711970bf2..c995058dd 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}"
-- 
cgit v1.2.3