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.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/conf/distro/include/poky-eabi.inc b/meta/conf/distro/include/poky-eabi.inc
index bb83718031..e3c7f90639 100644
--- a/meta/conf/distro/include/poky-eabi.inc
+++ b/meta/conf/distro/include/poky-eabi.inc
@@ -16,6 +16,5 @@ PREFERRED_VERSION_glibc-intermediate ?= "2.5"
16PREFERRED_VERSION_glibc-initial ?= "2.5" 16PREFERRED_VERSION_glibc-initial ?= "2.5"
17PREFERRED_VERSION_elfutils ?= "0.108" 17PREFERRED_VERSION_elfutils ?= "0.108"
18 18
19#Use the ARM EABI when building for an ARM cpu. We can't use overrides 19GLIBCTARGETOS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb']]}"
20#here because this breaks all places where ":=" is used. 20UCLIBCTARGETOS = "linux${@['-uclibc','-uclibcgnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb']]}"
21TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}"