diff options
author | Matthew McClintock <msm@freescale.com> | 2013-02-26 15:58:41 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-04 10:08:03 +0000 |
commit | 6ed278ab93e9c3bb291dd37837c27e120954afc7 (patch) | |
tree | 1980e7395b6638c36142aa59eb6ce278be9b2d00 /meta/recipes-extended/psmisc | |
parent | 2792e1f6a1d8969e0891334e6cd4e04f84f7e9ff (diff) | |
download | openembedded-core-6ed278ab93e9c3bb291dd37837c27e120954afc7.tar.gz openembedded-core-6ed278ab93e9c3bb291dd37837c27e120954afc7.tar.bz2 openembedded-core-6ed278ab93e9c3bb291dd37837c27e120954afc7.zip |
kernel-arch.bbclass: don't pass extra args to KERNEL_{CC, LD, AR}
Commit a3ca06c3b45c791dd38dbf154ad0fc62b4063475 added extra args to
KERNEL_CC, these revert that bit while maintaining machine additions
in TARGET_??_KERNEL_ARCH
Producing incorrect instructions and generating the following errors:
CC arch/powerpc/kernel/init_task.o
| {standard input}: Assembler messages:
| {standard input}:384: Error: junk at end of line: `1'
| {standard input}:949: Error: junk at end of line: `1'
| {standard input}:1428: Error: junk at end of line: `1'
| {standard input}:1526: Error: junk at end of line: `1'
| {standard input}:1626: Error: junk at end of line: `1'
| {standard input}:1685: Error: junk at end of line: `1'
| {standard input}:1973: Error: junk at end of line: `1'
| {standard input}:2001: Error: junk at end of line: `1'
| {standard input}:2100: Error: junk at end of line: `1'
| {standard input}:2168: Error: junk at end of line: `1'
| {standard input}:2520: Error: junk at end of line: `1'
| CC arch/powerpc/lib/locks.o
Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/psmisc')
0 files changed, 0 insertions, 0 deletions