On Thursday February 14 2008 10:55:38 am Petr Cerny wrote: > AFAIK gcc/config/ia64/linux.h is for Itanium (or whatever name that > Intel RISC platform has). x86-64 should be in gcc/config/i386/linux64.h > and (maybe but quite unlikely in gcc/config/i386/*64*).
I'm worried it's miscompiling. The endfile spec should be changed to something
like:
- %{shared|pie:crtendS.o%s;:crtend.o%s} crtn.o%s"
+ %{shared|pie:crtendS.o%s;static|nopie|pg|p|
profile:crtend.o%s;:crtendS.o%s} \
+ crtn.o%s"
robert
pgpZidfiwoVH0.pgp
Description: PGP signature
-- http://linuxfromscratch.org/mailman/listinfo/hlfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
