From 7d0c7a759c29669b2b5828fd75837926506acd87 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 21 Jun 2012 16:08:51 -0700 Subject: gcc: Remove csl gcc recipes sourcery toolchain is available as external pluggable toolchain if needed. Signed-off-by: Khem Raj --- meta/recipes-devtools/gcc/gcc-cross-kernel.inc | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 meta/recipes-devtools/gcc/gcc-cross-kernel.inc (limited to 'meta/recipes-devtools/gcc/gcc-cross-kernel.inc') diff --git a/meta/recipes-devtools/gcc/gcc-cross-kernel.inc b/meta/recipes-devtools/gcc/gcc-cross-kernel.inc deleted file mode 100644 index be772ba79a..0000000000 --- a/meta/recipes-devtools/gcc/gcc-cross-kernel.inc +++ /dev/null @@ -1,19 +0,0 @@ -# Cut-down gcc for kernel builds -# Only installs ${TARGET_PREFIX}gcc-${PV}, not ${TARGET_PREFIX}gcc. - -PROVIDES = "virtual/${TARGET_PREFIX}gcc-${PV}" - -do_install () { - cd gcc - oe_runmake 'DESTDIR=${D}' install-common install-headers install-libgcc - install -m 0755 xgcc ${D}${bindir}/${TARGET_PREFIX}gcc-${PV} - - # Insert symlinks into libexec so when tools without a prefix are searched for, the correct ones are - # found. These need to be relative paths so they work in different locations. - dest=${D}${libexecdir}/gcc/${TARGET_SYS}/${BINV}/ - install -d $dest - for t in ar as ld nm objcopy objdump ranlib strip cpp; do - ln -sf ${BINRELPATH}/${TARGET_PREFIX}$t $dest$t - ln -sf ${BINRELPATH}/${TARGET_PREFIX}$t ${dest}${TARGET_PREFIX}$t - done -} -- cgit v1.2.3