Greg Schafer wrote:
Hi

During the toolchain adjustments, LFS does stuff like this:

  gcc --print-file specs

IMHO the usage is bogus because:

  1) `--print-file' is undocumented (therefore could break anytime)

  2) `--print-file' only works by pure good fortune.

GCC-3.x appears to support -dumpspecs (http://gcc.gnu.org/onlinedocs/gcc-3.4.4/gcc/Debugging-Options.html#Debugging-Options), which is what we use in the gcc-4.x branch. Why not avoid the undocumented parameter and make the two books consistent by using the same sequence of commands?

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

Reply via email to