Jeremy Huntwork
2a6c7b3e26
Adjust line break in adjusting toolchain section to avoid confusion
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8750 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-12-01 21:38:07 +00:00
Bryan Kadzban
a91be49af4
s/<tab>/<spaces>/g everywhere. Also fix one typo in the e2fsprogs 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
2008-11-06 05:23:09 +00:00
Bruce Dubbs
1fa0f19f28
Changed wording introducing test suites in Chapter 5.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8724 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-11-05 21:44:06 +00:00
Bruce Dubbs
182d5d3e50
Text changes in several places in Chapters 5 and 6.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8719 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-30 06:52:46 +00:00
Bruce Dubbs
863beeaa47
Fixed perl configuration so it knows the vendor library location.
...
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
2008-10-30 05:35:58 +00:00
Bruce Dubbs
bdd7f2703c
Added chmod instructions to e2fsprogs and tcl
...
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
2008-10-27 07:23:19 +00:00
Bruce Dubbs
e4b8b816df
Added a brief explanation of the Linux API Headers instructions.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8708 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-27 06:33:21 +00:00
Bruce Dubbs
3c63868dde
Added a General Compilation Instructions section
...
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
2008-10-26 17:47:52 +00:00
Bruce Dubbs
b772130d04
Added ac_cv_func_working_mktime=yes to the configure commands in gawk and bash
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8690 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-21 20:32:15 +00:00
DJ Lucas
c350d43a4d
Fixed grep's -i feature.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8688 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-21 05:31:18 +00:00
Jeremy Huntwork
9ff6ff3fb3
GCC 4.3.2 uses a new location for fixed includes. Fix scripts in chapter 5's adjusting toolchain section to use it.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8684 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-20 14:56:53 +00:00
Randy McMurchy
97ba3cf3df
Removed an unnecessary command from the Chapter 5 Perl instructions
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8677 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-19 20:07:31 +00:00
Jeremy Huntwork
787fe0c794
Moved placement of m4 in chapters 5 and 6 so that
...
* 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
2008-10-19 03:09:26 +00:00
Bruce Dubbs
26b44218d9
Added --disable-libssp to glibc Pass 1 in Chapter 5
...
to eliminate a build failure on some systems.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8665 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-15 21:32:49 +00:00
Randy McMurchy
c49647b10a
Modified the Chapter 5 instructions so that instead of building the GMP and 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
2008-10-13 13:32:41 +00:00
Randy McMurchy
a8e23bd853
Moved the Chapter 5 M4 installation to before GCC Pass1 so that the internal 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
2008-10-12 15:09:40 +00:00
DJ Lucas
0eb906581f
Use static linked gcc for pass 1 - #2056 .
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8647 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-12 04:09:47 +00:00
DJ Lucas
b2e93767f8
killed /etc/ld.so.preload from Chapter 5 Glibc, #2081 .
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8645 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-12 03:55:20 +00:00
Randy McMurchy
0bb6760364
Added descriptions of the configure options used in the GMP instructions and updated the installed library descriptions
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8644 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-12 00:39:47 +00:00
DJ Lucas
0abc697e29
removed chapter 5 glibc test suite
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8641 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-11 23:39:51 +00:00
DJ Lucas
ce69610f7f
minor correction - glibc patch paths
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8627 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-11 04:02:55 +00:00
Randy McMurchy
cbd7c845aa
Added an explanation for the make command in the Chapter 5 Util-linux-ng instructions
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8623 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-10 18:32:37 +00:00
Randy McMurchy
181205154e
Added a command inadvertantly left out of the Chapter 5 Glibc instructions
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8613 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-09 18:45:51 +00:00
Randy McMurchy
7ce01e0fcd
Removed extraneous ampersands put in by accident
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8612 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-09 18:35:09 +00:00
Randy McMurchy
0556946c4d
Updated Util-linux-ng to 2.14.1
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8597 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-07 14:40:52 +00:00
Robert Connolly
a877994145
cp -v, to .orig, in Expect chap5, like we do with the rest of the book.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8594 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-07 01:09:21 +00:00
Randy McMurchy
a926480eea
Updated M4 to 1.4.11 and added it to the Chapter 5 build as it is required by the GMP package in Chapter 6
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8590 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-06 14:57:40 +00:00
Randy McMurchy
f3c13ba37e
Corrected some erroneous text in the Coreutils instructions, thanks to Greg Shafer for pointing it out
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8584 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-06 00:44:26 +00:00
Randy McMurchy
a5933e25fe
Updated Coreutils to 6.12, thanks to William Immendorf for contributing a 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
2008-10-05 22:34:54 +00:00
Randy McMurchy
a9836bc786
Typo fix
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8578 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-05 21:06:25 +00:00
Randy McMurchy
1100dfc670
Added a patch to the Expect instructions to fix an issue with recent Tcl versions
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8571 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-05 18:46:09 +00:00
Randy McMurchy
d55da0a925
Fixed validation error
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8570 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-05 18:17:30 +00:00
Randy McMurchy
85ca28c900
Updated Tcl to 8.5.4
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8569 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-05 17:04:28 +00:00
Randy McMurchy
5a25e0a586
Updated Glibc to a 2.8 snapshot taken on 9/29/2008, the tarball of this 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
2008-10-05 16:11:41 +00:00
Randy McMurchy
6cc051651b
Updated GCC to 4.3.2 which includes adding the GMP-4.2.4 and MPFR-2.3.2 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
2008-10-03 20:14:18 +00:00
Jeremy Huntwork
1c6f1c1e41
Use -mtune=native for glibc. We don't want our libc optimized for 486.
...
It should be optimized for the local machine.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8541 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-04-23 18:33:53 +00:00
Jeremy Huntwork
974b9e8be2
Fixed a couple of typos
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8527 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-04-22 15:27:23 +00:00
Matthew Burgess
615a565828
Upgrade to Coreutils-6.10. Fixes #2133 .
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8470 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-02-07 19:47:39 +00:00
Matthew Burgess
c6d52ce7e5
Fix up the migration to Util-linux-ng.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8458 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-01-22 07:59:22 +00:00
Matthew Burgess
4bac71c515
Replace Util-linux with Util-linux-ng. Fixes #2077 .
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8457 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-01-22 07:52:27 +00:00
Matthew Burgess
93ee74805c
Updated to Texinfo-4.11. Fixes #2074 .
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8439 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-12-08 23:46:45 +00:00
Matthew Burgess
1ef69edf80
Updated to Gawk-3.1.6. Fixes #2107 .
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8432 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-12-08 23:42:31 +00:00
Matthew Burgess
1129dbddc5
Fix incorrect capitalisation of Tcl. Fixes #2096 .
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8420 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-10-29 21:41:18 +00:00
Manuel Canales Esparcia
0445a3d506
Added remap attributes to userinput tags in packages pages.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8389 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-09-18 21:11:00 +00:00
Jeremy Huntwork
2a7ac34a07
Upgrade to Glibc-2.6.1. Fixes #2018 . Thanks to several people mentioned in the changelog.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8375 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-09-16 00:21:26 +00:00
Jeremy Huntwork
b0a4c9a47d
Upgrade to GCC-4.2.1. Fixes #2002 . Merged from jh branch, thanks to Matthew Burgess for preparing a discrete patch.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8374 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-09-15 20:45:13 +00:00
Manuel Canales Esparcia
e7477591dd
Added sect1info blocks to packages pages.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8366 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-09-07 19:16:43 +00:00
Dan Nichilson
954ca05ade
Add --disable-werror to binutils-pass-1 for robustness
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8278 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-08-07 20:09:47 +00:00
Dan Nichilson
633f48b189
Updated to glibc-2.5.1
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8264 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-07-31 23:19:44 +00:00
Dan Nichilson
25a4471015
Revert some && deletions
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8242 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-07-24 22:51:20 +00:00