diff options
author | Phil Blundell <philb@gnu.org> | 2008-10-18 17:27:28 +0100 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2008-10-18 17:27:28 +0100 |
commit | bf1158d4e18cab57a49efe84fbb92af15858483d (patch) | |
tree | 6033a5ca604f8ca9b85d3e021b0c928995758939 /packages/gcc | |
parent | c6aff25fcf987b04ec654b4331dcded4eae27696 (diff) |
gcc-cross-kernel: defeat fixincludes
Diffstat (limited to 'packages/gcc')
-rw-r--r-- | packages/gcc/gcc-cross-kernel.inc | 7 |
1 files changed, 7 insertions, 0 deletions
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 |