summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/include/poky-eabi2.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/distro/include/poky-eabi2.inc')
-rw-r--r--meta/conf/distro/include/poky-eabi2.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/conf/distro/include/poky-eabi2.inc b/meta/conf/distro/include/poky-eabi2.inc
index 51c6781d17..c3094bb7f9 100644
--- a/meta/conf/distro/include/poky-eabi2.inc
+++ b/meta/conf/distro/include/poky-eabi2.inc
@@ -15,6 +15,5 @@ PREFERRED_VERSION_glibc ?= "2.4"
15PREFERRED_VERSION_glibc-intermediate ?= "2.4" 15PREFERRED_VERSION_glibc-intermediate ?= "2.4"
16PREFERRED_VERSION_elfutils ?= "0.108" 16PREFERRED_VERSION_elfutils ?= "0.108"
17 17
18#Use the ARM EABI when building for an ARM cpu. We can't use overrides 18GLIBCTARGETOS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb']]}"
19#here because this breaks all places where ":=" is used. 19UCLIBCTARGETOS = "linux${@['-uclibc','-uclibcgnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb']]}"
20TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}"