diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-28 22:04:55 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-28 22:04:55 +0000 |
commit | 3ce2be9e77eb218adb7e1d45e431106ea2d4e043 (patch) | |
tree | 886eb4d36e65f061335fa29549341ed8f3b38101 /meta/conf | |
parent | e3090243c146803399bc8731c7a16f33a5d4b5f5 (diff) | |
download | poky-3ce2be9e77eb218adb7e1d45e431106ea2d4e043.tar.gz |
conf/distro/include: Drop poky-eabiX files, they no longer serve a purpose
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/poky-eabi3.inc | 22 | ||||
-rw-r--r-- | meta/conf/distro/include/poky-eabi5.inc | 24 | ||||
-rw-r--r-- | meta/conf/distro/include/poky-eabi6.inc | 28 | ||||
-rw-r--r-- | meta/conf/distro/include/poky-eabi7.inc | 23 | ||||
-rw-r--r-- | meta/conf/distro/include/poky-external-eabi6.inc | 2 |
5 files changed, 0 insertions, 99 deletions
diff --git a/meta/conf/distro/include/poky-eabi3.inc b/meta/conf/distro/include/poky-eabi3.inc deleted file mode 100644 index 11100175d7..0000000000 --- a/meta/conf/distro/include/poky-eabi3.inc +++ /dev/null | |||
@@ -1,22 +0,0 @@ | |||
1 | # | ||
2 | # Poky configuration to use CSL 2006q1-6 derived toolchain (ARM EABI) | ||
3 | # gcc 4.1.0-csl, binutils 2.17-csl, glibc 2.4 | ||
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.1.0+csl-arm-2006q1-6" | ||
15 | PREFERRED_VERSION_gcc-cross ?= "4.1.0+csl-arm-2006q1-6" | ||
16 | PREFERRED_VERSION_gcc-cross-initial ?= "4.1.0+csl-arm-2006q1-6" | ||
17 | PREFERRED_VERSION_binutils ?= "2.17+csl-arm-2006q1-6" | ||
18 | PREFERRED_VERSION_binutils-cross ?= "2.17+csl-arm-2006q1-6" | ||
19 | PREFERRED_VERSION_linux-libc-headers ?= "2.6.15.99" | ||
20 | PREFERRED_VERSION_glibc ?= "2.4" | ||
21 | PREFERRED_VERSION_glibc-intermediate ?= "2.4" | ||
22 | PREFERRED_VERSION_elfutils ?= "0.108" | ||
diff --git a/meta/conf/distro/include/poky-eabi5.inc b/meta/conf/distro/include/poky-eabi5.inc deleted file mode 100644 index 84820519fa..0000000000 --- a/meta/conf/distro/include/poky-eabi5.inc +++ /dev/null | |||
@@ -1,24 +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.4 | ||
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.15.99" | ||
22 | PREFERRED_VERSION_glibc ?= "2.4" | ||
23 | PREFERRED_VERSION_glibc-intermediate ?= "2.4" | ||
24 | PREFERRED_VERSION_elfutils ?= "0.108" | ||
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" | ||
diff --git a/meta/conf/distro/include/poky-eabi7.inc b/meta/conf/distro/include/poky-eabi7.inc deleted file mode 100644 index 87824a06a9..0000000000 --- a/meta/conf/distro/include/poky-eabi7.inc +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
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" | ||
diff --git a/meta/conf/distro/include/poky-external-eabi6.inc b/meta/conf/distro/include/poky-external-eabi6.inc deleted file mode 100644 index 88d5409d3b..0000000000 --- a/meta/conf/distro/include/poky-external-eabi6.inc +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | POKYMODE="eabi6" | ||
2 | require conf/distro/include/poky-external.inc \ No newline at end of file | ||