diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2006-01-30 20:45:42 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-30 20:45:42 +0000 |
commit | 603329d8d9b8c9128c6d691dcb817182edcaaa0d (patch) | |
tree | a5233015e811a08bd1ef67146c719d8ab223f811 /classes/module-base.bbclass | |
parent | 4316c27a53575bb4085d70af405323884b75affa (diff) |
module-base: unbork module builds in bbclass
Diffstat (limited to 'classes/module-base.bbclass')
-rw-r--r-- | classes/module-base.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
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}" |