diff options
author | Tomas Frydrych <tf@openedhand.com> | 2006-09-18 15:23:13 +0000 |
---|---|---|
committer | Tomas Frydrych <tf@openedhand.com> | 2006-09-18 15:23:13 +0000 |
commit | 02059b7a72b03de846f78ab9a2c24d660b29d59e (patch) | |
tree | 5b059c6d2a705c596e72604c572d866aa4afee2b /meta/conf | |
parent | de35d836b450951eddb505acb4b60de18d368df1 (diff) | |
download | poky-02059b7a72b03de846f78ab9a2c24d660b29d59e.tar.gz |
files for using csl2005q3-2 toolchain
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@723 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/poky-eabi-csl2005q3-2.inc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/conf/distro/include/poky-eabi-csl2005q3-2.inc b/meta/conf/distro/include/poky-eabi-csl2005q3-2.inc new file mode 100644 index 0000000000..0235e91028 --- /dev/null +++ b/meta/conf/distro/include/poky-eabi-csl2005q3-2.inc | |||
@@ -0,0 +1,21 @@ | |||
1 | # | ||
2 | # Poky configuration to use EABI | ||
3 | # | ||
4 | |||
5 | PREFERRED_PROVIDER_virtual/arm-poky-linux-gnueabi-libc-for-gcc = "glibc-intermediate" | ||
6 | PREFERRED_PROVIDER_virtual/arm-linux-libc-for-gcc = "glibc-intermediate" | ||
7 | |||
8 | PREFERRED_VERSION_gcc ?= "3.4.4+csl-arm-2005q3-2" | ||
9 | PREFERRED_VERSION_gcc-cross ?= "3.4.4+csl-arm-2005q3-2" | ||
10 | PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4+csl-arm-2005q3-2" | ||
11 | PREFERRED_VERSION_binutils ?= "2.16+csl-arm-2005q3-2" | ||
12 | PREFERRED_VERSION_binutils-cross ?= "2.16+csl-arm-2005q3-2" | ||
13 | PREFERRED_VERSION_glibc ?= "2.3.6+csl-arm-2005q3-2" | ||
14 | PREFERRED_VERSION_glibc-intermediate ?= "2.3.6+csl-arm-2005q3-2" | ||
15 | |||
16 | PREFERRED_VERSION_linux-libc-headers ?= "2.6.12rc3+csl-arm-2005q3-2" | ||
17 | |||
18 | #Use the ARM EABI when building for an ARM cpu. We can't use overrides | ||
19 | #here because this breaks all places where ":=" is used. | ||
20 | TARGET_VENDOR = "${@['','-poky'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" | ||
21 | TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" | ||