Merging the jh branch to trunk
Matthew Burgess
matthew at linuxfromscratch.org
Sat Sep 8 04:26:59 MDT 2007
On Fri, 07 Sep 2007 18:25:54 -0400, Jeremy Huntwork <jhuntwork at linuxfromscratch.org> wrote:
> Matthew Burgess wrote:
>> Jeremy, did you have to make any changes to the toolchain adjustment
> phase to cater for GCC-4.2.1?
>
> So I'm guessing I avoided what you're hitting now. Here's what is in trunk:
>
> gcc -dumpspecs | sed 's@^/lib/ld-linux.so.2@/tools&@g' \
> > `dirname $(gcc -print-libgcc-file-name)`/specs
>
> And here's what's in the jh branch:
>
> gcc -dumpspecs | sed 's@/lib\(64\)\?/ld@/tools&@g' \
> > `dirname $(gcc -print-libgcc-file-name)`/specs
Thanks Jeremy, that was exactly the problem. I've uploaded the updated gcc.patch file. I just removed the '^' so the sed only matches what current trunk matches, rather than the ld-uClibc.so.0 entry as well which your '/lib/ld/@' version would.
Regards,
Matt.
More information about the lfs-dev
mailing list