diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-cross-initial.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross-initial.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross-initial.inc b/meta/recipes-devtools/gcc/gcc-cross-initial.inc index 5c0208a3fa..d440d88e53 100644 --- a/meta/recipes-devtools/gcc/gcc-cross-initial.inc +++ b/meta/recipes-devtools/gcc/gcc-cross-initial.inc | |||
@@ -82,3 +82,7 @@ do_populate_sysroot[sstate-outputdirs] = "${STAGING_DIR}-components/${PACKAGE_AR | |||
82 | inherit nopackages | 82 | inherit nopackages |
83 | 83 | ||
84 | COMPILERINITIAL = "-initial" | 84 | COMPILERINITIAL = "-initial" |
85 | |||
86 | |||
87 | # We really only want this built by things that need it, not any recrdeptask | ||
88 | deltask do_build | ||