Commit Graph

37 Commits

Author SHA1 Message Date
Jeremy Huntwork
4e82d4787a Bring in DIY's next generation build method. Move GRUB to chapter 8.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8755 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-12-05 20:46:02 +00:00
Jeremy Huntwork
6e886330cf Initial addition of support for x86_64
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8754 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-12-03 22:46:04 +00:00
Bruce Dubbs
570f6bb4a0 Adjust grep patteren in Ch. 6 gcc to only match desired output.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8251 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-07-26 16:53:02 +00:00
Ken Moffat
f19e766a8e Add missing colons wherever we expect the builder to key in the userinput.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-06-24 13:03:35 +00:00
Manuel Canales Esparcia
006ed0368e Removed nodump attributes from chapter06 readjusting and GCC sanity checks.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8119 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-05-06 08:36:44 +00:00
Dan Nichilson
04a770254c s/adjust/amend/, there was nothing wrong with it
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7986 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-03-28 04:28:09 +00:00
Dan Nichilson
78367651da Reworded the introduction to the gcc specs readjustment
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7985 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-03-28 04:25:37 +00:00
Dan Nichilson
e9a652b5f0 Readjust the gcc header search path to include /usr/include and test it
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7972 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-03-23 21:05:26 +00:00
Manuel Canales Esparcia
b06ca361a4 Updated book sources to use DocBook-XML DTD 4.5
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7970 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-03-21 18:42:58 +00:00
Jeremy Huntwork
54592a1176 Moved another important notice to precede the concerned command.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7955 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-03-02 23:52:06 +00:00
Jeremy Huntwork
09ec1f4110 'Refer back' is redundant.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7954 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-03-02 23:24:37 +00:00
Jeremy Huntwork
09f1daf453 Fixed sanity checks to work after final GCC and changed their format.
Resolves ticket #1768.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7583 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-05-03 02:37:49 +00:00
Manuel Canales Esparcia
3f3931b0a8 Indenting chapter 6, part 9
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7362 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-02-07 19:39:29 +00:00
Jeremy Huntwork
a11b40fbeb Remove unnecessary LDFLAGS variables in binutils pass 1 and 2. Thanks Dan Nicholson.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7319 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-31 01:50:44 +00:00
Jeremy Huntwork
62d3362b8d Adjust binutils-pass1 so we don't need to hang on to its source directories.
Also use 'gcc -dumpmachine' instead of the MACHTYPE var.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7316 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-30 06:50:11 +00:00
Jeremy Huntwork
b87ea8726b Remove a spurious -i from the perl command when readjusting the toolchain.
Thanks Dan Nicholson.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7315 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-30 04:20:15 +00:00
Jeremy Huntwork
1ba726fd6f Restore the use of *startfile_prefix_spec
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7314 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-30 01:45:25 +00:00
Jeremy Huntwork
2914987be2 Adjust chapter 5 binutils to build a static ld-new for use in the chapter 6 readjusting section.
Also add some extended sanity checks. These fixes are adapted from DIY-Linux and Greg Schafer.
Thanks to Dan Nicholson for the report, as well.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7308 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-26 14:45:36 +00:00
Jeremy Huntwork
313ca76210 Fixed the re-adjusting of the toolchain in chapter 6 so that chapter 6 GCC and Binutils links against the proper Glibc and so that we don't have to keep the binutils directories from chapter 5.
Also moved a note about saving the /tools directory to the beginning of chapter 6.
Fixes bug 1677. Thanks to Chris Staub, Alexander Patrakov, Greg Schafer and Tushar Teredesai for reporting and resolving this issue.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7306 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-26 03:45:12 +00:00
Matthew Burgess
59988921eb Add -v to commands that accept it
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6913 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-09-29 20:55:40 +00:00
Matthew Burgess
2e02c35ad7 Upgrade to gcc-4.0.1 (merge of gcc4 branch)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6819 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-09-09 20:34:44 +00:00
Matthew Burgess
941429e2c5 Use -print-file-name=specs instead of the undocumented --print-file-name switch for GCC's specs file edit
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6711 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-08-18 20:18:30 +00:00
Archaic
2645ec62a3 Several minor wording changes in chapter 6 (matt).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6249 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-30 14:49:44 +00:00
Manuel Canales Esparcia
0474c90ea8 Tag correction.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4907 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-04-11 19:17:43 +00:00
Gerard Beekmans
81fd230419 Trunk is now identical to Testing
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4648 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-02-19 22:16:42 +00:00
Matthew Burgess
2c17ddcc20 * Fix bug 1023 by adding a space to the readjusting toolchain perl command
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4616 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-02-05 11:36:36 +00:00
Matthew Burgess
17700191e9 Upgraded to DocBook 4.4 DTD
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4603 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-01-30 18:06:48 +00:00
Manuel Canales Esparcia
d72e04ae7c Added <literal> tags.
Added NEW comments to commands that differs from testing.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4599 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-01-30 12:51:22 +00:00
Manuel Canales Esparcia
bce08efc71 Uniffied the titles with the ones used in testing.
Added chapter07/udev.xml.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4598 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-01-30 11:27:57 +00:00
Manuel Canales Esparcia
3f0c882398 Removed the text in chapter 06.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4446 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-12-21 19:38:32 +00:00
Matthew Burgess
b8e37b35aa BLFS now handles installing ANT
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4379 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-12-10 19:58:58 +00:00
Jeremy Utley
6e8fc7d199 Resolved bug 895 with a modification to our glibc lockin instructions in chapter 6.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4150 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-09-10 13:02:16 +00:00
Manuel Canales Esparcia
8ad79807a3 Tags corrections
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3812 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-06-19 13:39:28 +00:00
Zack Winkles
2ec4b60f35 Normalized usage of sed throughout the book
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3762 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-06-07 19:16:21 +00:00
Zack Winkles
9109cd46dd Use "gcc --print-file specs" to determine the location of the specs file
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3761 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-06-07 18:57:42 +00:00
Zack Winkles
c8ba565c4e Committing current BE-LFS to head.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3452 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-05-03 22:08:10 +00:00
Matthew Burgess
673b0d84ba * Merged newxml into HEAD
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-05-03 10:59:46 +00:00