aboutsummaryrefslogtreecommitdiffstats
path: root/gcc/gcc-cross-kernel_3.3.4.oe
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gcc-cross-kernel_3.3.4.oe')
-rw-r--r--gcc/gcc-cross-kernel_3.3.4.oe17
1 files changed, 0 insertions, 17 deletions
diff --git a/gcc/gcc-cross-kernel_3.3.4.oe b/gcc/gcc-cross-kernel_3.3.4.oe
deleted file mode 100644
index bc9a53ff38..0000000000
--- a/gcc/gcc-cross-kernel_3.3.4.oe
+++ /dev/null
@@ -1,17 +0,0 @@
-SECTION = "devel"
-# cut-down gcc for kernel builds
-# only installs ${TARGET_PREFIX}gcc-${PV}, not ${TARGET_PREFIX}gcc.
-
-include gcc-cross-initial_${PV}.oe
-
-PROVIDES = "virtual/${TARGET_PREFIX}gcc-${PV}"
-
-do_install () {
- :
-}
-
-do_stage () {
- cd gcc
- oe_runmake install-common install-headers install-libgcc
- install -m 0755 xgcc ${CROSS_DIR}/bin/${TARGET_PREFIX}gcc-${PV}
-}