[email protected] wrote: > Author: matthew > Date: 2010-04-20 14:08:12 -0600 (Tue, 20 Apr 2010) > New Revision: 9254 > > Modified: > trunk/BOOK/appendices/dependencies.xml > trunk/BOOK/chapter01/changelog.xml > trunk/BOOK/chapter01/whatsnew.xml > trunk/BOOK/chapter03/packages.xml > trunk/BOOK/chapter03/patches.xml > trunk/BOOK/chapter05/gcc-pass1.xml > trunk/BOOK/chapter05/gcc-pass2.xml > trunk/BOOK/chapter05/glibc.xml > trunk/BOOK/chapter06/bison.xml > trunk/BOOK/chapter06/chapter06.xml > trunk/BOOK/chapter06/glibc.xml > trunk/BOOK/packages.ent > trunk/BOOK/patches.ent > Log: > Upgrade to GCC-4.5.0, including the addition of its new dependency, MPC. > Fixes #2636.
> Modified: trunk/BOOK/chapter06/chapter06.xml > =================================================================== > --- trunk/BOOK/chapter06/chapter06.xml 2010-04-20 20:07:18 UTC (rev > 9253) > +++ trunk/BOOK/chapter06/chapter06.xml 2010-04-20 20:08:12 UTC (rev > 9254) > @@ -25,6 +25,7 @@ > <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" > href="binutils.xml"/> > <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gmp.xml"/> > <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mpfr.xml"/> > + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mpc.xml"/> > <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="file.xml"/> > <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gcc.xml"/> > <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sed.xml"/> Matt, I think you forgot to do svn add mpc.xml before committing. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
