summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-09-04 14:25:42 +0000
committerRichard Purdie <richard@openedhand.com>2008-09-04 14:25:42 +0000
commita3a336020a6fb8a46d57e36f93b102e424ff09d8 (patch)
treea59a7a975b03846cc851e2cf5bdf69e38cc054fe
parentef1e2b90ee8a09df41fd5d07931929a5cf7df640 (diff)
downloadpoky-a3a336020a6fb8a46d57e36f93b102e424ff09d8.tar.gz
poky-eabi.inc: Add distcc to ASNEEDED blacklist
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5141 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/conf/distro/include/poky-eabi.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/distro/include/poky-eabi.inc b/meta/conf/distro/include/poky-eabi.inc
index c995058ddc..48b3007f3e 100644
--- a/meta/conf/distro/include/poky-eabi.inc
+++ b/meta/conf/distro/include/poky-eabi.inc
@@ -35,5 +35,6 @@ PREFERRED_VERSION_elfutils ?= "0.131"
35 35
36ASNEEDED = "-Wl,--as-needed" 36ASNEEDED = "-Wl,--as-needed"
37ASNEEDED_pn-console-tools = "" 37ASNEEDED_pn-console-tools = ""
38ASNEEDED_pn-distcc = ""
38 39
39TARGET_LDFLAGS += "${ASNEEDED}" 40TARGET_LDFLAGS += "${ASNEEDED}"