Re: [PATCH 1/2] parisc: beautify vmlinux.lds
Kyle McMartin <[email protected]> Thu, 11 Oct 2007 16:01:08 -0400
| Newsgroups | gmane.linux.ports.hppa |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Oct 11, 2007 at 03:56:18PM -0400, Kyle McMartin wrote: > > Fixed. Sigh, looks like we really do need a bit more TLC. > (fwiw, it seems the compiler had lost -ffreestanding, hence the warnings about the built-in functions in include/linux/string.h) > > And later this: > > LD arch/parisc/kernel/built-in.o > > hppa64-hp-linux-ld: Relocatable linking with relocations from format elf64-hppa-linux (arch/parisc/kernel/syscall.o) to format elf64-hppa-linux (arch/parisc/kernel/built-in.o) is not supported > > > > This is weird... > Looking into this one now, but it's *very* strange... > > > > > It is with a defconfig kernel on latest linus. > > Suspecting a toolchain issue but cannot point finger at what it is. > > > > I'll fix defconfig. > > Cheers, > Kyle >