aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gcc-exp.xml
Commit message (Collapse)AuthorAgeFilesLines
* Updated to autoconf-2.57, automake-1.7.2, binutils-2.13.1, e2fsprogs-1.32, ↵Timothy Bauscher2002-12-151-5/+0
| | | | | | gcc-3.2.1, libtool-1.4.3, linux-2.4.20, modutils-2.4.22, procps-3.1.3, sed-4.0.4, texinfo-4.3, util-linux-2.11y. Removed warning about --enable-kernel. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2235 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added fixincludes explanationGerard Beekmans2002-10-181-1/+11
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2180 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Switch to gcc-core and gcc-g++. Change '&' to '&'Timothy Bauscher2002-10-071-6/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2168 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* fixed gcc nofixincludes patchGerard Beekmans2002-09-291-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2156 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Replaced nofixincludes patch (it doesn't apply cleanly) with a (more ↵Timothy Bauscher2002-09-291-2/+2
| | | | | | appropriate) sed command. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2152 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added man patch to replace sed, and added gcc-3.2-nofixincludes.patchGerard Beekmans2002-09-291-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2142 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Applied Bill Maltby's grammar patch. Changed $LFS to LFS where appropriate. ↵Timothy Bauscher2002-09-281-2/+2
| | | | | | Internal XML cleanup: removed double spacing where appropriate. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2138 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* specified which gcc and glibc patches are appliedGerard Beekmans2002-09-281-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2135 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Applied Bill's chapter 5 fixes patch.Timothy Bauscher2002-09-241-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2133 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed --enable-threads=posix from static gcc compilation. Fixed changelog ↵Timothy Bauscher2002-09-201-4/+1
| | | | | | and a number of typos. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2121 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* rm /bin/bash after makedev, re-added HAVE_GAS_HIDDEN, removed ↵Timothy Bauscher2002-08-301-3/+3
| | | | | | --enable-__cxa-atexit git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2075 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Typo fix.Timothy Bauscher2002-08-271-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2074 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* updated to automake-1.6.3, gcc-3.2, groff-1.18, makedev-1.7, perl-5.8.0, ↵Gerard Beekmans2002-08-261-6/+11
| | | | | | util-linux-2.11u | added gcc-3.2.patch glibc-2.2.5-2.patch git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2073 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed reiserfsprogs. Updated file and util-linux. Many miscellaneous changes.Timothy Bauscher2002-07-291-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2038 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed the compilation of the C++ compiler, which is not needed until after ↵Timothy Bauscher2002-06-131-4/+4
| | | | | | the second build. Made grammatic changes to the Shadow page. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1991 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Typo fix for command explanations.Timothy Bauscher2002-06-071-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1977 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* fix up chapter 5 explanationsMark Hymers2002-06-061-8/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1972 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgraded to: automake-1.6.1, bin86-0.16.3, file-3.38, gawk-3.1.1, gcc-3.1, ↵Gerard Beekmans2002-05-271-11/+0
| | | | | | gettext-0.11.2, modutils-2.4.16, psmisc-21 and util-linux-2.11r. Added gcc-3.1 compile fix patches for ncurses, perl and vim git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1917 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Applied Alex Groenewoud's namesandspaces.dat patchGerard Beekmans2002-05-261-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1913 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added commands to remove the ()/usr/*-gnu directoryGerard Beekmans2002-04-051-0/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1794 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added --enable-threads=posix to chapter 5-gcc, updated chapter 6 fromGerard Beekmans2001-09-181-0/+3
| | | | | | | | --enable-threads to --enable-threads=posix (for clarity, since posix is the default). git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1239 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* changed -e LDFLAGS=-static to BOOT_LDFLAGS=-static and removed -eGerard Beekmans2001-08-251-1/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1022 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 127] Clean up ln, mv and cp commandsMark Hymers2001-08-231-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1011 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* fix gcc explanationMark Hymers2001-08-231-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1009 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* gcc patch explanation modifiedMark Hymers2001-08-161-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@983 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* new (better) gcc patchMark Hymers2001-08-161-1/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@980 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* prefix=usr -> prefix=/usrGerard Beekmans2001-08-161-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@979 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* --prefix=/usr explainedMark Hymers2001-08-141-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@969 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Explained what this patch doesGerard Beekmans2001-08-071-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@913 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Downgraded to gcc-2.95.3Gerard Beekmans2001-08-071-7/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@911 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* XML changesMark Hymers2001-07-221-16/+8
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@827 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changing the complete cock up I made of the patch explanationMark Hymers2001-07-201-3/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@820 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Initial commitMark Hymers2001-07-201-0/+7
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@817 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Spell ChecksGerard Beekmans2001-04-091-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@456 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed gcc-links to /usr/bin/cppThomas Balu Walter2001-03-281-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@373 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Grammar fixes.Simon Perreault2001-03-251-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@364 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* YouThomas Balu Walter2001-03-181-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@334 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Simplified symbolic link creationGerard Beekmans2001-03-101-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@275 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Initial XML commitGerard Beekmans2001-02-151-0/+24
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689