Commit Graph

776 Commits

Author SHA1 Message Date
Manuel Canales Esparcia
e1060dee73 Syncing trunk with 6.2 branch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7699 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-07-23 11:05:22 +00:00
Bruce Dubbs
9b41802b14 Moved text in section 5.7 'Adjusting the Toolchain' referencing TCL out of the caution and into its own note
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7653 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-07-11 02:09:51 +00:00
Jeremy Huntwork
9278974d09 Remove the 'refer back's in the gcc-pass2 and chapter06/gcc pages.
Better organizes the commands and data so that the flow of the book is not
lost.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7632 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-05-27 18:07:57 +00:00
Manuel Canales Esparcia
daa205dd5b Readded chapter05 Bison and Flex pages due that will be required if using HJL binutils.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7615 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-05-15 17:26:52 +00:00
Manuel Canales Esparcia
e4a5635494 Replaced "<" by "less than".
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7612 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-05-14 20:16:56 +00:00
Manuel Canales Esparcia
0a63be9385 Removed unused files.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7611 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-05-14 19:21:01 +00:00
Manuel Canales Esparcia
1fc30caad1 Tag fix.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7608 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-05-14 17:14:36 +00:00
Archaic
004616a9e7 To avoid comments that require action from being forgotten, I prefixed all of them that I could find with 'FIXME:'. I did not attempt to fix them. I just marked them for future reference.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7603 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-05-13 00:07:12 +00:00
Jeremy Huntwork
0b37960b44 Updated stripping notes to reflect current findings.
Resolves ticket #1657.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7586 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-05-03 21:38:35 +00:00
Archaic
2f3d5955c5 Updated to tcl8.4.13.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7577 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-05-02 17:16:36 +00:00
Manuel Canales Esparcia
07e8db25bd Fixed command to change /tools ownewrship. Resolves ticket #1780.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7565 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-04-23 09:00:37 +00:00
Jeremy Huntwork
72d7e2822e Moved all dependency information to a new page, Appendix C.
Appendix C also contains information concerning the build order.
While there might need to be a few tweaks yet, this information is complete
enough at this point to close out the long-standing ticket #684.
Many thanks to Chris Staub, Dan Nicholson and Manuel Canales Esparcia for
helping get this finished.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7536 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-04-18 17:57:37 +00:00
Archaic
d2c332bc21 Merged the udev_update branch to trunk.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7509 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-04-13 18:45:33 +00:00
Jeremy Huntwork
3685bb6f51 Merged alphabetical branch to trunk.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7489 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-04-06 17:31:00 +00:00
Gerard Beekmans
8a5d617f97 Removal of -D_GNU_SOURCE from Chapter 5 - patch. Thanks for Dan Nicholson for the patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7404 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-03-03 23:10:02 +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
28bb06349a Various textual corrections. Thanks Chris Staub.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7317 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-30 06:51:33 +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
79f742006f Fixed typo in binutils pass2
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7310 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-26 15:08:48 +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
Manuel Canales Esparcia
b28fd35a82 Finished chapter 05 indentation.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7292 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-22 13:13:52 +00:00
Manuel Canales Esparcia
7b82580d09 Indenting chapter 05, part 4.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7290 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-22 12:20:02 +00:00
Manuel Canales Esparcia
1f7ca93564 Indenting chapter 05, part 3
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7286 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-20 21:02:23 +00:00
Manuel Canales Esparcia
09fb7a09f1 Indenting chapter 05, part 2
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7281 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-17 20:43:10 +00:00
Manuel Canales Esparcia
81109e3ece Indenting chapter 05, part 1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7279 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-17 19:37:53 +00:00
Jeremy Huntwork
fa21b3dc89 Initial support of UTF-8. Thanks Alexander Patrakov.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7245 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-06 01:59:08 +00:00
Archaic
94aa662138 Reverting UTF-8 changes until everything is in place.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7236 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-26 19:46:12 +00:00
Archaic
5536f7440f Applied Alexander Patrakov's patch which adds UTF-8 capability to the
development branch of the LFS Book.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7235 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-26 19:00:06 +00:00
Jeremy Huntwork
a71ef08103 Install Tcl's internal headers to /tools/include. Thanks Greg Schafer, Dan Nicholson (fixes bug 1670).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7218 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-13 18:41:56 +00:00
Jeremy Huntwork
646a1845e5 Change cp syntax in Tcl instructions to match rest of book - add verbose switch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7217 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-13 18:16:39 +00:00
Jeremy Huntwork
2f302b02dc Fixed misuse of entity
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7215 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-12 12:26:40 +00:00
Jeremy Huntwork
2c75e3ced6 Upgrade to readline-5.1. Also bash removed bash-3.0 and readline-5.0 specific patches.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7211 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-11 21:53:46 +00:00
Jeremy Huntwork
24755341b7 Upgrade to bash-3.1. Fix Tcl to work with the new Bash.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7210 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-11 21:40:01 +00:00
Matthew Burgess
0be3d41926 Mention testsuites (or lack of them) for all packages (bug 1664)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7204 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-07 20:46:14 +00:00
Matthew Burgess
81f1289451 Revert r7195 - committed by mistake
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7196 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-11-27 10:44:05 +00:00
Matthew Burgess
5d725ed5c5 Remove module-init-tools-testsuite from list of packages
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7195 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-11-27 10:42:18 +00:00
Manuel Canales Esparcia
6d3214bb39 Typo fix.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7166 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-11-18 20:12:15 +00:00
Jeremy Huntwork
07023059a0 Textual correction concerning gettext in chapter 5 and --disable-shared
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7156 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-11-16 12:14:32 +00:00
Jeremy Huntwork
feaa22cd75 Made the removal of the GCC_INCLUDEDIR files more verbose. Thanks to Mike Hernandez.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7153 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-11-15 00:58:01 +00:00
Jeremy Huntwork
ba098b62b0 Reduce commands for gettext in chapter 5. Thanks to Greg Schafer.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7152 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-11-15 00:53:24 +00:00
Matthew Burgess
4ebf97c614 Omit running Bzip2's testsuite as a separate step
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7142 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-11-11 20:44:53 +00:00
Manuel Canales Esparcia
ca170329c9 Including patches.ent from general.ent
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7137 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-11-10 16:01:08 +00:00
Matthew Burgess
f684ec6c52 Alter some --libexecdir options to improve general consistency throughout the book
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7135 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-11-07 20:14:37 +00:00
Matthew Burgess
982932985a Remove optimization related warnings from the toolchain packages
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7131 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-11-06 18:47:51 +00:00
Matthew Burgess
b1c9e38c69 Upgrade to glibc-2.3.6
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7127 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-11-06 17:59:31 +00:00
Matthew Burgess
05d80ab8a2 Add a note mentioning that if TCL fails to build it suggests a broken chapter 5 toolchain
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7125 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-11-05 21:19:44 +00:00
Matthew Burgess
6b5989572a Upgrade to coreutils-5.92
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7098 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-10-29 20:07:18 +00:00
Jeremy Huntwork
b63fcf71db Added a nodump to chapter05/introduction - we don't need to automate the 'echo $LFS'
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7096 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-10-29 16:56:38 +00:00
Manuel Canales Esparcia
54f7e8d0cf Added a few missing -v switches.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7058 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-10-19 21:05:34 +00:00