From: John Bowler Date: Mon, 30 Jan 2006 20:45:42 +0000 (+0000) Subject: module-base: unbork module builds in bbclass X-Git-Tag: Release-2010-05/1~9453^2~2495 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=603329d8d9b8c9128c6d691dcb817182edcaaa0d;p=openembedded.git module-base: unbork module builds in bbclass --- diff --git a/classes/module-base.bbclass b/classes/module-base.bbclass index d308e205b1..da5bd01dae 100644 --- a/classes/module-base.bbclass +++ b/classes/module-base.bbclass @@ -13,7 +13,7 @@ KERNEL_LDSUFFIX = "${@base_read_file('${STAGING_KERNEL_DIR}/kernel-ldsuffix')}" # Set TARGET_??_KERNEL_ARCH in the machine .conf to set architecture # specific options necessary for building the kernel and modules. -TARGET_CC_KERNEL_ARCH ?= "${TARGET_CC_ARCH}" +TARGET_CC_KERNEL_ARCH ?= "" HOST_CC_KERNEL_ARCH ?= "${TARGET_CC_KERNEL_ARCH}" TARGET_LD_KERNEL_ARCH ?= "" HOST_LD_KERNEL_ARCH ?= "${TARGET_LD_KERNEL_ARCH}"