1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

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
+1
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}"