summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/include/poky-eabi3.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/distro/include/poky-eabi3.inc')
-rw-r--r--meta/conf/distro/include/poky-eabi3.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/distro/include/poky-eabi3.inc b/meta/conf/distro/include/poky-eabi3.inc
index 427cdaa5c7..0df08caa52 100644
--- a/meta/conf/distro/include/poky-eabi3.inc
+++ b/meta/conf/distro/include/poky-eabi3.inc
@@ -13,6 +13,7 @@ PREFERRED_VERSION_binutils-cross ?= "2.17+csl-arm-2006q1-6"
13PREFERRED_VERSION_linux-libc-headers ?= "2.6.15.99" 13PREFERRED_VERSION_linux-libc-headers ?= "2.6.15.99"
14PREFERRED_VERSION_glibc ?= "2.4" 14PREFERRED_VERSION_glibc ?= "2.4"
15PREFERRED_VERSION_glibc-intermediate ?= "2.4" 15PREFERRED_VERSION_glibc-intermediate ?= "2.4"
16PREFERRED_VERSION_elfutils ?= "0.108"
16 17
17#Use the ARM EABI when building for an ARM cpu. We can't use overrides 18#Use the ARM EABI when building for an ARM cpu. We can't use overrides
18#here because this breaks all places where ":=" is used. 19#here because this breaks all places where ":=" is used.