On Wed, Mar 26, 2008 at 2:55 PM, Randy McMurchy <[EMAIL PROTECTED]> wrote: > > I noticed in the Chapter 5 GCC First Pass instructions it goes into > detail about what bootstrapping is, but the command that follows is > only 'make'. > > I'm confused. Perhaps all that text is a left over when we actually > used to bootstrap?
The text could probably be improved, but GCC always bootstraps now unless you pass --disable-bootstrap like in the second pass. So, technically, the text is still correct but is confusing if you expect "make bootstrap". -- Dan -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
