summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/include/poky-eabi.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/distro/include/poky-eabi.inc')
-rw-r--r--meta/conf/distro/include/poky-eabi.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/distro/include/poky-eabi.inc b/meta/conf/distro/include/poky-eabi.inc
index 48b3007f3e..8d74bf61e0 100644
--- a/meta/conf/distro/include/poky-eabi.inc
+++ b/meta/conf/distro/include/poky-eabi.inc
@@ -36,5 +36,8 @@ PREFERRED_VERSION_elfutils ?= "0.131"
36ASNEEDED = "-Wl,--as-needed" 36ASNEEDED = "-Wl,--as-needed"
37ASNEEDED_pn-console-tools = "" 37ASNEEDED_pn-console-tools = ""
38ASNEEDED_pn-distcc = "" 38ASNEEDED_pn-distcc = ""
39ASNEEDED_pn-openobex = ""
40ASNEEDED_pn-icu = ""
41ASNEEDED_pn-xserver-kdrive-xomap = ""
39 42
40TARGET_LDFLAGS += "${ASNEEDED}" 43TARGET_LDFLAGS += "${ASNEEDED}"