On 8/15/05, Greg Schafer <[EMAIL PROTECTED]> wrote:
>  1) `--print-file' is undocumented (therefore could break anytime)

fair enough: suggested changes are:

Chapter 5
  gcc -dumpspecs | sed -e 's@ /lib/ld-linux.so.2@
/tools/lib/[EMAIL PROTECTED]' > tempfile
  gcc -specs=tempfile
  rm tempfile

Chapter 6
  gcc -dumpspecs | sed -e 's@ /tools/lib/ld-linux.so.2@
/lib/[EMAIL PROTECTED]' -e '[EMAIL PROTECTED]:[EMAIL PROTECTED]/usr/lib/@g'
> tempfile
  gcc -specs=tempfile
  rm tempfile

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

Reply via email to