Robert Connolly wrote:
> Hi. Sorry if this has been discused before. Rather than:
> 
> SPECFILE=`dirname $(gcc -print-libgcc-file-name)`/specs &&
> gcc -dumpspecs > $SPECFILE &&
> sed '[EMAIL PROTECTED]/lib/ld-linux.so.2@/tools&@g' $SPECFILE > tempspecfile 
> &&
> mv -vf tempspecfile $SPECFILE &&
> unset SPECFILE
> 
> I find it cleaner and easier to read:
> 
> gcc -dumpspecs | sed '[EMAIL PROTECTED]/lib/ld-linux.so.2@/tools&@g' \
>     > `dirname $(gcc -print-libgcc-file-name)`/specs
> 
> The result is exactly the same.

I think you are right.  I don't want to put this into 6.2 as the present
instructions do work.  It is a good suggestion for trunk.

Can you create a ticket for this so we don't forget it?

  -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to