diff options
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils.inc')
-rw-r--r-- | meta/recipes-devtools/binutils/binutils.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-devtools/binutils/binutils.inc b/meta/recipes-devtools/binutils/binutils.inc index 7f1f647977..d9e859ef2b 100644 --- a/meta/recipes-devtools/binutils/binutils.inc +++ b/meta/recipes-devtools/binutils/binutils.inc | |||
@@ -75,8 +75,6 @@ export CC_FOR_BUILD = "${BUILD_CC}" | |||
75 | export CPP_FOR_BUILD = "${BUILD_CPP}" | 75 | export CPP_FOR_BUILD = "${BUILD_CPP}" |
76 | export CFLAGS_FOR_BUILD = "${BUILD_CFLAGS}" | 76 | export CFLAGS_FOR_BUILD = "${BUILD_CFLAGS}" |
77 | 77 | ||
78 | export CC = "${CCACHE}${HOST_PREFIX}gcc ${HOST_CC_ARCH}" | ||
79 | |||
80 | do_configure () { | 78 | do_configure () { |
81 | (cd ${S}; gnu-configize) || die "Failed to run gnu-configize" | 79 | (cd ${S}; gnu-configize) || die "Failed to run gnu-configize" |
82 | oe_runconf | 80 | oe_runconf |