aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
Commit message (Collapse)AuthorAgeFilesLines
...
* Adjust line break in adjusting toolchain section to avoid confusionJeremy Huntwork2008-12-011-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8750 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* s/<tab>/<spaces>/g everywhere. Also fix one typo in the e2fsprogs ↵Bryan Kadzban2008-11-063-6/+6
| | | | | | installed-binaries list, since I noticed it when killing tabs. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8734 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed wording introducing test suites in Chapter 5.Bruce Dubbs2008-11-0513-26/+54
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8724 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Text changes in several places in Chapters 5 and 6.Bruce Dubbs2008-10-308-20/+27
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8719 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed perl configuration so it knows the vendor library location.Bruce Dubbs2008-10-301-4/+5
| | | | | | Changes perl patches to a single consolidated patch with security and other fixes git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8718 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added chmod instructions to e2fsprogs and tclBruce Dubbs2008-10-272-0/+10
| | | | | | to ensure all libraries are writable by root for stripping. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8709 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added a brief explanation of the Linux API Headers instructions.Bruce Dubbs2008-10-271-4/+11
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8708 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added a General Compilation Instructions sectionBruce Dubbs2008-10-263-39/+73
| | | | | | | immediatley before binutils. Essentially reordered the presentation that was in the Chapter 5 Introduction. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8704 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added ac_cv_func_working_mktime=yes to the configure commands in gawk and bashBruce Dubbs2008-10-212-3/+25
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8690 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed grep's -i feature.DJ Lucas2008-10-211-2/+11
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8688 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* GCC 4.3.2 uses a new location for fixed includes. Fix scripts in chapter 5's ↵Jeremy Huntwork2008-10-201-4/+4
| | | | | | adjusting toolchain section to use it. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8684 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed an unnecessary command from the Chapter 5 Perl instructionsRandy McMurchy2008-10-191-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8677 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Moved placement of m4 in chapters 5 and 6 so thatJeremy Huntwork2008-10-191-1/+1
| | | | | | | | | * the chapter 5 m4 links against the glibc in /tools * the chapter 6 m4 is built before anything that hard codes the location of m4 Added a host prerequisite for m4 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8667 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added --disable-libssp to glibc Pass 1 in Chapter 5Bruce Dubbs2008-10-151-1/+1
| | | | | | to eliminate a build failure on some systems. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8665 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Modified the Chapter 5 instructions so that instead of building the GMP and ↵Randy McMurchy2008-10-133-3/+11
| | | | | | MPFR packages separately for GCC Pass2, they are built by GCC internally git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8661 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Moved the Chapter 5 M4 installation to before GCC Pass1 so that the internal ↵Randy McMurchy2008-10-121-1/+1
| | | | | | GCC build of GMP will not fail in case M4 doesn't exist on the host git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8649 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Use static linked gcc for pass 1 - #2056.DJ Lucas2008-10-121-9/+17
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8647 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* killed /etc/ld.so.preload from Chapter 5 Glibc, #2081.DJ Lucas2008-10-121-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8645 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added descriptions of the configure options used in the GMP instructions and ↵Randy McMurchy2008-10-121-0/+12
| | | | | | updated the installed library descriptions git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8644 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* removed chapter 5 glibc test suiteDJ Lucas2008-10-111-31/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8641 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* minor correction - glibc patch pathsDJ Lucas2008-10-111-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8627 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added an explanation for the make command in the Chapter 5 Util-linux-ng ↵Randy McMurchy2008-10-101-0/+15
| | | | | | instructions git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8623 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added a command inadvertantly left out of the Chapter 5 Glibc instructionsRandy McMurchy2008-10-091-2/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8613 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed extraneous ampersands put in by accidentRandy McMurchy2008-10-092-4/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8612 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Util-linux-ng to 2.14.1Randy McMurchy2008-10-071-2/+7
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8597 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* cp -v, to .orig, in Expect chap5, like we do with the rest of the book.Robert Connolly2008-10-071-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8594 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated M4 to 1.4.11 and added it to the Chapter 5 build as it is required ↵Randy McMurchy2008-10-061-1/+1
| | | | | | by the GMP package in Chapter 6 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8590 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Corrected some erroneous text in the Coreutils instructions, thanks to Greg ↵Randy McMurchy2008-10-061-2/+3
| | | | | | Shafer for pointing it out git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8584 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Coreutils to 6.12, thanks to William Immendorf for contributing a ↵Randy McMurchy2008-10-051-0/+5
| | | | | | patch to add the mktemp program information to the Coreutils page git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8581 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Typo fixRandy McMurchy2008-10-051-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8578 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added a patch to the Expect instructions to fix an issue with recent Tcl ↵Randy McMurchy2008-10-051-0/+4
| | | | | | versions git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8571 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed validation errorRandy McMurchy2008-10-051-12/+12
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8570 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Tcl to 8.5.4Randy McMurchy2008-10-051-12/+12
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8569 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Glibc to a 2.8 snapshot taken on 9/29/2008, the tarball of this ↵Randy McMurchy2008-10-051-0/+6
| | | | | | snapshot includes the libidn data that previously was separately packaged git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8567 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated GCC to 4.3.2 which includes adding the GMP-4.2.4 and MPFR-2.3.2 ↵Randy McMurchy2008-10-034-1/+156
| | | | | | packages - This new version of GCC requires the added packages - Thanks to DJ Lucas for the stimulus and initial work resulting in this and all of the other package updates coming up git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8562 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Use -mtune=native for glibc. We don't want our libc optimized for 486.Jeremy Huntwork2008-04-231-2/+4
| | | | | | | It should be optimized for the local machine. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8541 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed a couple of typosJeremy Huntwork2008-04-222-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8527 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Coreutils-6.10. Fixes #2133.Matthew Burgess2008-02-072-12/+16
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8470 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix up the migration to Util-linux-ng.Matthew Burgess2008-01-223-2/+74
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8458 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Replace Util-linux with Util-linux-ng. Fixes #2077.Matthew Burgess2008-01-222-23/+18
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8457 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated to Texinfo-4.11. Fixes #2074.Matthew Burgess2007-12-082-0/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8439 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated to Gawk-3.1.6. Fixes #2107.Matthew Burgess2007-12-081-10/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8432 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix incorrect capitalisation of Tcl. Fixes #2096.Matthew Burgess2007-10-291-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8420 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added remap attributes to userinput tags in packages pages.Manuel Canales Esparcia2007-09-1829-151/+171
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8389 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Glibc-2.6.1. Fixes #2018. Thanks to several people mentioned in ↵Jeremy Huntwork2007-09-163-0/+28
| | | | | | the changelog. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8375 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to GCC-4.2.1. Fixes #2002. Merged from jh branch, thanks to Matthew ↵Jeremy Huntwork2007-09-154-36/+55
| | | | | | Burgess for preparing a discrete patch. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8374 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added sect1info blocks to packages pages.Manuel Canales Esparcia2007-09-0729-0/+174
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8366 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add --disable-werror to binutils-pass-1 for robustnessDan Nichilson2007-08-071-1/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8278 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated to glibc-2.5.1Dan Nichilson2007-07-311-5/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8264 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Revert some && deletionsDan Nichilson2007-07-241-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8242 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689