summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf')
-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}"