diff options
| author | Michael Lauer <mickey@vanille-media.de> | 2005-08-12 13:59:08 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-12 13:59:08 +0000 |
| commit | fbfb5b4608244162d40320f09352b2694a1c2cfe (patch) | |
| tree | e0e547a4d213422824980387977af6354271385a /packages/linux/nslu2-kernel.inc | |
| parent | 439e1fb9756d4eb27aaf6731862da01696005656 (diff) | |
| parent | 44499f7e725f61854f7fce09aa8364317293b62b (diff) | |
merge of 41ccdaa6ccec1fc3dd5467a321a4920945f4a673
and f79035e45efd4ec295a4f073b25a42193a9cda7b
Diffstat (limited to 'packages/linux/nslu2-kernel.inc')
| -rw-r--r-- | packages/linux/nslu2-kernel.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/nslu2-kernel.inc b/packages/linux/nslu2-kernel.inc index f5d7135c88..8946822574 100644 --- a/packages/linux/nslu2-kernel.inc +++ b/packages/linux/nslu2-kernel.inc @@ -221,8 +221,8 @@ CMDLINE = "${CMDLINE_ROOT} ${CMDLINE_DEBUG} ${CMDLINE_CONSOLE}" # Add the architecture compiler flags to KERNEL_CC and KERNEL_LD as # required. Notice that this has to be done for each separately built # module as well! -KERNEL_CC += "${TARGET_CC_ARCH} -mno-thumb-interwork" -# KERNEL_LD += +KERNEL_CC += "${TARGET_CC_KERNEL_ARCH}" +KERNEL_LD += "${TARGET_LD_KERNEL_ARCH}" # By putting the added files in place in a separate task before # do_patch it becomes possible to patch these files. |
