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
This commit is contained in:
Richard Purdie
2008-09-04 14:25:42 +00:00
parent ef1e2b90ee
commit a3a336020a

View File

@@ -35,5 +35,6 @@ PREFERRED_VERSION_elfutils ?= "0.131"
ASNEEDED = "-Wl,--as-needed"
ASNEEDED_pn-console-tools = ""
ASNEEDED_pn-distcc = ""
TARGET_LDFLAGS += "${ASNEEDED}"