On Thu, Feb 28, 2008 at 11:29 PM, Charles <[EMAIL PROTECTED]> wrote:
> On Fri, Feb 29, 2008 at 2:33 PM, Dan <[EMAIL PROTECTED]> wrote:
>
>  > The command covers all the arches we currently support: x86 and x86_64
>  > for Linux. We really don't need to be adjusting the default specs for
>  > GNU mach. It definitely works, but you can fool around with it
>  > yourself if you'd like.
>
>  Thanks. But in the former patch there are lines like:
>
>  diff -Naur gcc-4.2.0.orig/gcc/config/i386/gnu.h 
> gcc-4.2.0/gcc/config/i386/gnu.h
>  --- gcc-4.2.0.orig/gcc/config/i386/gnu.h        2007-05-16 
> 19:21:19.000000000 -0400
>  +++ gcc-4.2.0/gcc/config/i386/gnu.h     2007-05-18 16:23:31.000000000 -0400
>  @@ -22,7 +22,7 @@
>    %{!shared: \
>      %{!static: \
>        %{rdynamic:-export-dynamic} \
>  -      %{!dynamic-linker:-dynamic-linker /lib/ld.so}} \
>  +      %{!dynamic-linker:-dynamic-linker /tools/lib/ld.so}} \
>      %{static:-static}}"
>
>   #undef STARTFILE_SPEC
>
>  This file is not dealt with by the commands. Is this a problem?

This is the header for i386 on GNU Mach. So, it's only a problem for
Mach from Scratch. :)

Seriously, the old patch fiddled with a lot of headers that would not
affect us in any way. Now it only changes the default specs for Linux
platforms.

--
Dan
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to