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/recipes-devtools/apt/apt.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools/apt/apt.inc') diff --git a/meta/recipes-devtools/apt/apt.inc b/meta/recipes-devtools/apt/apt.inc index 546683f9bc..b10f86d5e3 100644 --- a/meta/recipes-devtools/apt/apt.inc +++ b/meta/recipes-devtools/apt/apt.inc @@ -24,3 +24,5 @@ EXTRA_OECONF_append_angstrom = " ac_cv_glibc_ver=libc6.4" EXTRA_OECONF_append = " ac_cv_glibc_ver=libc6.3" FILES_${PN}-dbg += "${libdir}/apt/methods/.debug/" + +PARALLEL_MAKE = "" -- cgit 1.2.3-korg