diff options
Diffstat (limited to 'meta/conf/distro/include/poky-eabi6.inc')
-rw-r--r-- | meta/conf/distro/include/poky-eabi6.inc | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/meta/conf/distro/include/poky-eabi6.inc b/meta/conf/distro/include/poky-eabi6.inc deleted file mode 100644 index 8ebcffe47d..0000000000 --- a/meta/conf/distro/include/poky-eabi6.inc +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | # | ||
2 | # Poky configuration to use CSL 2005q3 derived toolchain (ARM EABI) | ||
3 | # gcc 3.4.4-csl, binutils 2.16.91.0.7, 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 ?= "3.4.4+csl-arm-2005q3-2" | ||
15 | PREFERRED_VERSION_gcc-cross ?= "3.4.4+csl-arm-2005q3-2" | ||
16 | PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4+csl-arm-2005q3-2" | ||
17 | PREFERRED_VERSION_gcc-cross-sdk ?= "3.4.4+csl-arm-2005q3-2" | ||
18 | PREFERRED_VERSION_binutils ?= "2.16.91.0.7" | ||
19 | PREFERRED_VERSION_binutils-cross ?= "2.16.91.0.7" | ||
20 | PREFERRED_VERSION_binutils-cross-sdk ?= "2.16.91.0.7" | ||
21 | PREFERRED_VERSION_linux-libc-headers ?= "2.6.20" | ||
22 | PREFERRED_VERSION_glibc ?= "2.5" | ||
23 | PREFERRED_VERSION_glibc-intermediate ?= "2.5" | ||
24 | PREFERRED_VERSION_glibc-initial ?= "2.5" | ||
25 | PREFERRED_VERSION_elfutils ?= "0.108" | ||
26 | |||
27 | TARGET_LDFLAGS = "-Wl,-rpath-link,${CROSS_DIR}/${TARGET_SYS}/lib -Wl,-O1" | ||
28 | FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -O2" | ||