From 99c2e4faac16aff416aabc92c7582acddefa8599 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 3 Aug 2011 14:13:39 -0700 Subject: WIP: Updates to use BUILD_CC and not 'gcc' and allow BUILD_CC to have many words Build-tested for qemux86 and having -m64 in BUILD_CC_ARCH Signed-off-by: Tom Rini --- meta/site/common | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta/site/common') diff --git a/meta/site/common b/meta/site/common index 5da3ff41de..7a1e59e32c 100644 --- a/meta/site/common +++ b/meta/site/common @@ -15,3 +15,7 @@ shadow_cv_utmpdir=${localstatedir}/run shadow_cv_logdir=${localstatedir}/log shadow_cv_passwd_dir=${bindir} +# Programs sometimes use a few different checks to see what compiler to use +# when they know they are cross-compiling and need host utilities. +ac_cv_prog_CC_FOR_BUILD="${BUILD_CC}" +ac_cv_prog_CC_BUILD="${BUILD_CC}" -- cgit 1.2.3-korg