aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gcc.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add a patch to binutils to enable LTO with gcc-4.9.0. Bruce Dubbs2014-05-111-2/+10
| | | | | | | Remove omit-frame-pointer in gcc-pass2 and Chapter 6 gcc. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10561 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update bootscripts for eudev.Bruce Dubbs2014-05-111-0/+5
| | | | | | | | Add gcc patch for upstream changes.</para> Change explanation for using omit-frame-pointer in gcc-pass2. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10560 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove unneeded instructions from gccBruce Dubbs2014-04-251-12/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10551 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update the example SEARCH_DIR output for i686 in the GCC text.Bruce Dubbs2014-04-071-2/+6
| | | | | | | Update to tzdata2014b. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10530 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update contents for libexec changesBruce Dubbs2014-02-201-1/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10490 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Change kmod instructions to allow installation of man pages.Bruce Dubbs2014-02-181-10/+11
| | | | | | | Numerous whitespace fixes. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10480 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to man-pages-3.5.9.Bruce Dubbs2014-02-161-1/+0
| | | | | | | | | | | | | | | | | | | | | | Incorporate beta FHS. Add /usr/share/ppd, /usr/libexec, /usr/share/color, /usr/local/share/color, /var/lib/color, and /usr/share/dict. Remove overrides for /usr/libexec: coreutils, findutils, gawk, gcc, glibc, inetutils, man-db, and tar. Move grub sbin executables from /usr/sbin to /sbin. Document two new glibc errors in the regression tests. Move man-db after util-linux to satisfy a test dependency in /tools and to speed the test up. Restore building the flex static library. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10469 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Set SED variable in gcc, not glibcBruce Dubbs2014-01-161-6/+7
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10445 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Sync gcc options and explanationsBruce Dubbs2013-12-301-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10434 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Actually let libiberty get installedBruce Dubbs2013-12-301-1/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10433 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Use gcc version of libiberty.aBruce Dubbs2013-12-291-3/+16
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10427 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Enable building sulogin in util-linux.Bruce Dubbs2013-12-081-0/+10
| | | | | | | | Supress installing sysvinit's sulogin. Several text updates from Chris Staub. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10386 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updates to the installed programs lists for several packagesBruce Dubbs2013-12-081-1/+11
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10383 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updates to file and library contenets.Bruce Dubbs2013-08-191-12/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10320 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* I hesitate to make a commit today, but the changes are ready.Bruce Dubbs2013-04-021-2/+4
| | | | | | | | | | Upgrade to Linux-3.8.5 Upgrade to Systemd-200 Expand tcl space for regular expressions needed for some tests Disable a g++ libmudflap test that always fails git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10237 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove notes about enabling LTO support; it's enabled by default by both GCC ↵Matthew Burgess2013-03-291-10/+0
| | | | | | and Binutils. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10231 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Introduce --disable-install-libiberty to prevent GCC from installing ↵Matthew Burgess2013-03-291-16/+24
| | | | | | libiberty.a, but retain the existing sed as the configure flag doesn't seem to do what it should. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10229 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove instructions to prevent the building of GCC's info files.Matthew Burgess2013-03-291-7/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10228 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Minor touchupsBruce Dubbs2013-03-031-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10186 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to texinfo-5.0 and linux-3.7.9.Bruce Dubbs2013-02-181-0/+7
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10162 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove trailing whitespace from all files.Matthew Burgess2013-02-111-5/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10121 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add notes to the gcc and binutils sections in Chapter 6 Bruce Dubbs2012-10-151-1/+53
| | | | | | | about "link time optimization" and the extra files built by gcc. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10024 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to perl-5.16.1Bruce Dubbs2012-08-151-1/+5
| | | | | | | | Removed unneeded sed instruction from Chapter 6 perl Updated gcc instructions to fix some make check errors git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9939 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Run fixincludes again, by removing the sed that disabled it. It no longer ↵Matthew Burgess2012-05-111-8/+0
| | | | | | attempts to fix up host headers. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9850 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Merge changes developed and tested in the jh branchBruce Dubbs2012-04-251-22/+22
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9831 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update networking bootscripts. See bootscripts change log for details.Bruce Dubbs2012-04-091-9/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9807 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* SpacingBruce Dubbs2012-04-051-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9806 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Change the location for the python gdb moduleBruce Dubbs2012-04-051-2/+2
| | | | | | | | | generated by gcc to the correct location. Fix a logic error in the ifdown script. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9805 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Move a python module for gdb generated by gcc out of /usr/libBruce Dubbs2012-03-281-0/+11
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9795 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove whitespace after backslash, thanks to Pierre Labastie for the report.Ken Moffat2012-03-101-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9772 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add whitespace for better readability of instructionsBruce Dubbs2012-03-091-7/+11
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9771 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update list of installed files in a number of packages. Fixes #2979.Matthew Burgess2011-12-051-1/+23
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9688 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* GrammarBruce Dubbs2011-11-301-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9679 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to GCC-4.6.2. Fixes #2951.Matthew Burgess2011-10-291-5/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9657 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added Check-1.2.0 library to Chapter 5.Bruce Dubbs2011-10-111-0/+5
| | | | | | | | | Updated errordiscussion in glibc. Added a fix for locale issues in gcc. Incorporated Check library into libpipeline test. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9626 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix typo in Chapter 6 GCC instructionsRandy McMurchy2010-10-261-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9406 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add instruction to increase stack size during gcc testsBruce Dubbs2010-09-181-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9378 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Make GCC use the system-wide copy of Zlib rather than its bundled version. ↵Matthew Burgess2010-07-261-1/+13
| | | | | | Fixes #2718. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9344 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* TypoBruce Dubbs2010-06-301-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9328 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix gcc text concerning include pathsBruce Dubbs2010-06-291-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9327 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add installed directories information toBruce Dubbs2010-05-231-0/+2
| | | | | | each package. Thanks to Chris Staub for the patch. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9285 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed a sed in Chapter 6 GCC instructions thatBruce Dubbs2010-05-061-5/+0
| | | | | | | has been fixed in GCC-4.5.0. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9267 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Replaced deprecated w3.org XInclude throughout the bookBruce Dubbs2010-04-211-22/+22
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9257 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix GCC's libiberty testsuite due to a conflict with Glibc's getline function.Matthew Burgess2010-01-031-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9144 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Various text corrections from Chris Staub. Fixes #2470.Matthew Burgess2009-08-121-2/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9037 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Various text and grammar updates. Thanks to Chris Staub for the patch. Fixes ↵Matthew Burgess2009-07-261-1/+1
| | | | | | #2458. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9000 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to sed 4,2,1Bruce Dubbs2009-07-061-1/+1
| | | | | | | | | | | | | Update to Linux 2.6.30.1 Correct GCC to use -fomit-frame-pointer Add pkg-config Remove --with-col from Man-DB Move Util-Linux-NG to before E2fsprogs in Chapter 6 Update to e2fsprogs-1.41.7 Remove E2fsprogs in Chapter 5 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8955 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add addional link to gcc test resultsBruce Dubbs2009-05-251-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8925 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Correct bootstrap explanation in gcc sections. Thanks to Chris Staub.Bruce Dubbs2009-05-171-6/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8883 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update various packages' list of installed programs and libraries. Many ↵Matthew Burgess2009-05-101-2/+25
| | | | | | thanks to Chris Staub for the patch. Fixes #2371. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8870 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689