diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-cross-canadian.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross-canadian.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc index 1a63f82722..0f79533771 100644 --- a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc +++ b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc | |||
@@ -55,7 +55,6 @@ do_configure () { | |||
55 | export CPPFLAGS_FOR_TARGET="${TARGET_CPPFLAGS}" | 55 | export CPPFLAGS_FOR_TARGET="${TARGET_CPPFLAGS}" |
56 | export CXXFLAGS_FOR_TARGET="${TARGET_CXXFLAGS}" | 56 | export CXXFLAGS_FOR_TARGET="${TARGET_CXXFLAGS}" |
57 | export LDFLAGS_FOR_TARGET="${TARGET_LDFLAGS}" | 57 | export LDFLAGS_FOR_TARGET="${TARGET_LDFLAGS}" |
58 | (cd ${S} && gnu-configize) || die "failure running gnu-configize" | ||
59 | oe_runconf | 58 | oe_runconf |
60 | } | 59 | } |
61 | 60 | ||