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.inc24
1 files changed, 0 insertions, 24 deletions
diff --git a/meta/conf/distro/include/poky-eabi2.inc b/meta/conf/distro/include/poky-eabi2.inc
deleted file mode 100644
index e25685ba5e..0000000000
--- a/meta/conf/distro/include/poky-eabi2.inc
+++ /dev/null
@@ -1,24 +0,0 @@
1#
2# Poky configuration to use EABI
3#
4
5TARGET_VENDOR = "-poky"
6
7PREFERRED_PROVIDER_virtual/arm-poky-linux-gnueabi-libc-for-gcc = "glibc-intermediate"
8PREFERRED_PROVIDER_virtual/arm-linux-libc-for-gcc = "glibc-intermediate"
9PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc-initial = "gcc-cross-initial"
10PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc = "gcc-cross"
11PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}g++ = "gcc-cross"
12
13PREFERRED_VERSION_gcc ?= "4.1.1"
14PREFERRED_VERSION_gcc-cross ?= "4.1.1"
15PREFERRED_VERSION_gcc-cross-initial ?= "4.1.1"
16PREFERRED_VERSION_binutils ?= "2.16.91.0.7"
17PREFERRED_VERSION_binutils-cross ?= "2.16.91.0.7"
18PREFERRED_VERSION_linux-libc-headers ?= "2.6.15.99"
19PREFERRED_VERSION_glibc ?= "2.4"
20PREFERRED_VERSION_glibc-intermediate ?= "2.4"
21PREFERRED_VERSION_elfutils ?= "0.108"
22
23GLIBCTARGETOS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb']]}"
24UCLIBCTARGETOS = "linux${@['-uclibc','-uclibcgnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb']]}"