linux: fix missing HOST_CC_ARCH in module compilation in kernel/module all
authorJohn Bowler <jbowler@nslu2-linux.org>
Mon, 30 Jan 2006 03:05:50 +0000 (03:05 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 30 Jan 2006 03:05:50 +0000 (03:05 +0000)
commit9f00cacbccf02db56cb4e134a8dcecb6d13205d9
tree1a7ea5199565885e67fbd4a5cbc211847bdcd0f8
parentf0c27346be9b14f69a4fd1424db329d58a505ce7
linux: fix missing HOST_CC_ARCH in module compilation in kernel/module all
 - define TARGET_KERNEL_CC_ARCH to define arch specific compiler options
   in machine.conf.  The default for the kernel is "" (empty), although
   it should probably be TARGET_CC_ARCH in the future.  The default for
   modules is TARGET_CC_ARCH
15 files changed:
classes/kernel.bbclass
classes/module-base.bbclass
packages/ixp425-eth/ixp400-eth_1.4.bb
packages/ixp425-eth/ixp400-eth_1.5.bb
packages/ixp425-eth/ixp425-eth_1.1.bb
packages/ixp425-eth/ixp425-eth_1.2.bb
packages/ixp4xx/ixp-osal_1.5.bb
packages/ixp4xx/ixp-osal_2.0.bb
packages/ixp4xx/ixp-osal_2.1.bb
packages/ixp4xx/ixp4xx-csr_1.4.bb
packages/ixp4xx/ixp4xx-csr_1.5.bb
packages/ixp4xx/ixp4xx-csr_2.0.bb
packages/ixp4xx/ixp4xx-csr_2.1.bb
packages/linux/ixp4xx-kernel.inc
packages/linux/nslu2-kernel.inc