diff options
| author | Richard Purdie <richard@openedhand.com> | 2008-06-06 14:35:57 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2008-06-06 14:35:57 +0000 |
| commit | ee47fe0a768d555f4e2fbbf89fb8c4c6252316c7 (patch) | |
| tree | 0b1d6e1f3472ada73451b975752da5e4e129b056 | |
| parent | d03981d6c1e03400febfaa83ceddce84b10ac2e1 (diff) | |
| download | poky-ee47fe0a768d555f4e2fbbf89fb8c4c6252316c7.tar.gz | |
Add eabi7 POKYMODE for csl2007 toolchain for experimentation
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4606 311d38ba-8fff-0310-9ca6-ca027cbcb966
| -rw-r--r-- | meta/conf/distro/include/poky-eabi7.inc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/conf/distro/include/poky-eabi7.inc b/meta/conf/distro/include/poky-eabi7.inc new file mode 100644 index 0000000000..87824a06a9 --- /dev/null +++ b/meta/conf/distro/include/poky-eabi7.inc | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | # | ||
| 2 | # ARM EABI CSL 2007 configuration | ||
| 3 | # gcc csl 2007q3, binutils 2.18, glibc 2.5 | ||
| 4 | # | ||
| 5 | |||
| 6 | TARGET_VENDOR = "-poky" | ||
| 7 | |||
| 8 | PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}libc-for-gcc = "glibc-intermediate" | ||
| 9 | PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}binutils = "binutils-cross" | ||
| 10 | PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc-initial = "gcc-cross-initial" | ||
| 11 | PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc = "gcc-cross" | ||
| 12 | PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}g++ = "gcc-cross" | ||
| 13 | |||
| 14 | PREFERRED_VERSION_gcc ?= "4.2.1+csl-arm-2007q3-53" | ||
| 15 | PREFERRED_VERSION_gcc-cross ?= "4.2.1+csl-arm-2007q3-53" | ||
| 16 | PREFERRED_VERSION_gcc-cross-initial ?= "4.2.1+csl-arm-2007q3-53" | ||
| 17 | PREFERRED_VERSION_binutils ?= "2.18" | ||
| 18 | PREFERRED_VERSION_binutils-cross ?= "2.18" | ||
| 19 | PREFERRED_VERSION_linux-libc-headers ?= "2.6.24" | ||
| 20 | PREFERRED_VERSION_glibc ?= "2.5" | ||
| 21 | PREFERRED_VERSION_glibc-intermediate ?= "2.5" | ||
| 22 | PREFERRED_VERSION_glibc-initial ?= "2.5" | ||
| 23 | PREFERRED_VERSION_elfutils ?= "0.108" | ||
