aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libgpg-error/libgpg-error_1.10.bb
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-08-03 14:13:39 -0700
committerTom Rini <tom_rini@mentor.com>2011-08-03 14:13:39 -0700
commit99c2e4faac16aff416aabc92c7582acddefa8599 (patch)
tree08c3454e8df3e2f8d4d79d84987870acb3661ebb /meta/recipes-support/libgpg-error/libgpg-error_1.10.bb
parent6c43ca6fc6a7fffc84cf28684cac0c0eb4129902 (diff)
downloadopenembedded-core-contrib-trini/WIP-fix-build_cc-not-being-single-word.tar.gz
WIP: Updates to use BUILD_CC and not 'gcc' and allow BUILD_CC to have many wordstrini/WIP-fix-build_cc-not-being-single-word
Build-tested for qemux86 and having -m64 in BUILD_CC_ARCH Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'meta/recipes-support/libgpg-error/libgpg-error_1.10.bb')
-rw-r--r--meta/recipes-support/libgpg-error/libgpg-error_1.10.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.10.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.10.bb
index 6dea0844ef..93caf087d9 100644
--- a/meta/recipes-support/libgpg-error/libgpg-error_1.10.bb
+++ b/meta/recipes-support/libgpg-error/libgpg-error_1.10.bb
@@ -23,3 +23,5 @@ FILES_${PN} = "${libdir}/lib*.so.*"
FILES_${PN}-dev += "${bindir}/*"
inherit autotools binconfig pkgconfig gettext
+
+export CC_FOR_BUILD="${BUILD_CC}"