gcc-cross-kernel: defeat fixincludes
authorPhil Blundell <philb@gnu.org>
Sat, 18 Oct 2008 16:27:28 +0000 (17:27 +0100)
committerPhil Blundell <philb@gnu.org>
Sat, 18 Oct 2008 16:27:28 +0000 (17:27 +0100)
packages/gcc/gcc-cross-kernel.inc

index a567c60..c0a8de7 100644 (file)
@@ -9,6 +9,13 @@ do_install () {
        :
 }
 
+do_compile () {
+       # This compiler is only for the kernel.  Don't bother running fixincludes.
+       mkdir -p gcc
+       touch gcc/stmp-fixinc
+       oe_runmake
+}
+
 do_stage () {
        cd gcc
        oe_runmake installdirs install-common install-headers install-libgcc