aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2010-10-21 01:36:50 +0200
committerAndrea Adami <andrea.adami@gmail.com>2010-10-21 01:36:50 +0200
commit6ba1aada00ee4a6333bf168d4a5cde4c0305f915 (patch)
treeb58ea9e235c5db1dbf2829075fb750965b6bd325
parenta5c71447bfb23753e7124a99583a119785e313c2 (diff)
downloadopenembedded-6ba1aada00ee4a6333bf168d4a5cde4c0305f915.tar.gz
sharprom-toolchain: remove now obsoleted/unbuildable toolchain
-rw-r--r--recipes/sharprom-toolchain/sharprom-toolchain-native_1.0.bb42
1 files changed, 0 insertions, 42 deletions
diff --git a/recipes/sharprom-toolchain/sharprom-toolchain-native_1.0.bb b/recipes/sharprom-toolchain/sharprom-toolchain-native_1.0.bb
deleted file mode 100644
index 02d0dc9c35..0000000000
--- a/recipes/sharprom-toolchain/sharprom-toolchain-native_1.0.bb
+++ /dev/null
@@ -1,42 +0,0 @@
-DESCRIPTION = "Precompiled SharpROM toolchain glue package"
-LICENSE = "GPL"
-SECTION = "base"
-# see bug 2199 for the reason the following line is in here
-DEPENDS = "linux-libc-headers cross-linkage staging-linkage"
-PROVIDES_sharprom-compatible = "\
- virtual/arm-linux-gcc-2.95 \
- virtual/arm-linux-libc-for-gcc \
- virtual/arm-linux-libc-initial \
- virtual/arm-linux-binutils \
- virtual/libc \
- virtual/libintl \
- virtual/libiconv \
- virtual/arm-linux-gcc \
- virtual/arm-linux-libc-for-gcc \
- virtual/arm-linux-gcc-intermediate \
- virtual/arm-linux-gcc-initial "
-PR = "r4"
-
-RPROVIDES_${PN} = "glibc-utils libsegfault glibc-thread-db libgcc-dev libstdc++-dev libstdc++"
-PACKAGES_DYNAMIC = "glibc-gconv-*"
-
-# This needs to be extracted to /usr/local/arm :
-# SRC_URI = "http://handhelds.org/download/projects/toolchain/archive/cross-2.95.3.tar.bz2"
-
-inherit native
-
-COMPATIBLE_HOST = 'i.86.*-linux'
-
-do_stage() {
- if [ ! -e /usr/local/arm/2.95.3/bin/arm-linux-gcc-2.95 ]
- then
- die "You need to install the Sharp Toolchain to /usr/local/arm and rename the compiler to arm-linux-gcc-2.95"
- fi
- if [ ! -e /usr/local/arm/2.95.3/bin/arm-linux-ld-2.11.2 ]
- then
- die "You need to install the Sharp Toolchain to /usr/local/arm and rename the linker to arm-linux-ld-2.11.2"
- fi
- ln -sf /usr/local/arm/2.95.3/bin/arm-linux-gcc-2.95 ${STAGING_BINDIR}/arm-linux-gcc
- ln -sf /usr/local/arm/2.95.3/bin/arm-linux-ld-2.11.2 ${STAGING_BINDIR}/arm-linux-ld
-}
-