From bf1158d4e18cab57a49efe84fbb92af15858483d Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Sat, 18 Oct 2008 17:27:28 +0100 Subject: [PATCH] gcc-cross-kernel: defeat fixincludes --- packages/gcc/gcc-cross-kernel.inc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/gcc/gcc-cross-kernel.inc b/packages/gcc/gcc-cross-kernel.inc index a567c60119..c0a8de77cc 100644 --- a/packages/gcc/gcc-cross-kernel.inc +++ b/packages/gcc/gcc-cross-kernel.inc @@ -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 -- 2.39.5