]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ftrace: scripts/recordmcount.pl cross-build hack
authorIngo Molnar <mingo@elte.hu>
Mon, 9 Jun 2008 18:54:22 +0000 (20:54 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 14 Oct 2008 08:35:36 +0000 (10:35 +0200)
commit3989cce82b272bd6312555fcc47c11715c157102
tree6c49985859e25991268317b23cc4260ce459134a
parentc5131ad6c3cbe8f6674993e29a76cecf8deb4384
ftrace: scripts/recordmcount.pl cross-build hack

hack around:

 ld: Relocatable linking with relocations from format elf32-i386 (init/.tmp_gl_calibrate.o) to format elf64-x86-64 (init/.tmp_mx_calibrate.o) i  CC      arch/x86/mm/extable.o
 objcopy: 'init/.tmp_mx_calibrate.o': No such file
 rm: cannot remove `init/.tmp_mx_calibrate.o': No such file or directory
 ld: Relocatable linking with relocations from format elf32-i386 (arch/x86/mm/extable.o) to format elf64-x86-64 (arch/x86/mm/.tmp_mx_extable.o) is not supported
 mv: cannot stat `arch/x86/mm/.tmp_mx_extable.o': No such file or directory
 ld: Relocatable linking with relocations from format elf32-i386 (arch/x86/mm/fault.o) to format elf64-x86-64 (arch/x86/mm/.tmp_mx_fault.o) is not supported

Signed-off-by: Ingo Molnar <mingo@elte.hu>
scripts/recordmcount.pl