aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.3.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-connectivity/nfs-utils/nfs-utils_1.2.3.bb
parent6c43ca6fc6a7fffc84cf28684cac0c0eb4129902 (diff)
downloadopenembedded-core-contrib-99c2e4faac16aff416aabc92c7582acddefa8599.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-connectivity/nfs-utils/nfs-utils_1.2.3.bb')
-rw-r--r--meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.3.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.3.bb
index 08468fe2d7..ee0d803b52 100644
--- a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.3.bb
+++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.3.bb
@@ -23,6 +23,7 @@ SRC_URI[md5sum] = "1131dc5f27c4f3905a6e7ee0d594fd4d"
SRC_URI[sha256sum] = "5575ece941097cbfa67fbe0d220dfa11b73f5e6d991e7939c9339bd72259ff19"
PARALLEL_MAKE = ""
+export CC_FOR_BUILD="${BUILD_CC}"
# Only kernel-module-nfsd is required here (but can be built-in) - the nfsd module will
# pull in the remainder of the dependencies.