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, 17 insertions, 0 deletions
diff --git a/gcc/gcc-cross-kernel_3.3.4.oe b/gcc/gcc-cross-kernel_3.3.4.oe
index e69de29bb2..bc9a53ff38 100644
--- a/gcc/gcc-cross-kernel_3.3.4.oe
+++ b/gcc/gcc-cross-kernel_3.3.4.oe
@@ -0,0 +1,17 @@
+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}
+}