binutils: be sure and prime the config.cache for libiberty
authorAndrew Wilcox <andy@protium.com>
Wed, 13 Dec 2006 22:30:44 +0000 (22:30 +0000)
committerAndrew Wilcox <andy@protium.com>
Wed, 13 Dec 2006 22:30:44 +0000 (22:30 +0000)
packages/binutils/binutils.inc

index 680e579..02ad406 100644 (file)
@@ -60,6 +60,13 @@ export CC = "${CCACHE} ${HOST_PREFIX}gcc ${HOST_CC_ARCH}"
 do_configure () {
        (cd ${S}; gnu-configize) || die "Failed to run gnu-configize"
        oe_runconf
+#
+# must prime config.cache to ensure the build of libiberty
+#
+        mkdir -p ${B}/build-${BUILD_SYS}
+       for i in ${CONFIG_SITE}; do
+           cat $i >> ${B}/build-${BUILD_SYS}/config.cache
+       done
 }
 
 do_stage () {