summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-cross-initial_csl-arm-20050603.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-04-10 10:09:06 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-10 10:09:06 +0000
commit8926967b79f553fe94e16c691114b32124d335db (patch)
tree1691a99acf0601a0d07732eb66587a0a10c26f4b /packages/gcc/gcc-cross-initial_csl-arm-20050603.bb
parentb7712b20c91440b52877c1ec228d8d3f0e7379be (diff)
gcc: Remove broken csl versions replacing with a floating cvs version and a working 2005q3 csl release.
Diffstat (limited to 'packages/gcc/gcc-cross-initial_csl-arm-20050603.bb')
-rw-r--r--packages/gcc/gcc-cross-initial_csl-arm-20050603.bb28
1 files changed, 0 insertions, 28 deletions
diff --git a/packages/gcc/gcc-cross-initial_csl-arm-20050603.bb b/packages/gcc/gcc-cross-initial_csl-arm-20050603.bb
deleted file mode 100644
index 48c80864e2..0000000000
--- a/packages/gcc/gcc-cross-initial_csl-arm-20050603.bb
+++ /dev/null
@@ -1,28 +0,0 @@
-include gcc-cross_${PV}.bb
-
-DEPENDS = "virtual/${TARGET_PREFIX}binutils"
-DEPENDS += "${@['virtual/${TARGET_PREFIX}libc-initial',''][bb.data.getVar('TARGET_ARCH', d, 1) in ['arm', 'armeb', 'mips', 'mipsel']]}"
-PROVIDES = "virtual/${TARGET_PREFIX}gcc-initial"
-PACKAGES = ""
-
-# This is intended to be a -very- basic config
-EXTRA_OECONF = "--with-local-prefix=${CROSS_DIR}/${TARGET_SYS} \
- --with-newlib \
- --disable-shared \
- --disable-threads \
- --disable-multilib \
- --disable-__cxa_atexit \
- --enable-languages=c \
- --enable-target-optspace \
- --program-prefix=${TARGET_PREFIX} \
- ${@get_gcc_fpu_setting(bb, d)}"
-
-do_stage_prepend () {
- mkdir -p ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}
- ln -sf libgcc.a ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/libgcc_eh.a
-}
-
-# Override the method from gcc-cross so we don't try to install libgcc
-do_install () {
- oe_runmake 'DESTDIR=${D}' install
-}