Changeset da6a8bc
- Timestamp:
- 02/19/2016 10:18:32 PM (7 years ago)
- Branches:
- 7.9-rc2
- Children:
- ec48730
- Parents:
- 9218b05
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter06/gcc.xml
r9218b05 rda6a8bc 41 41 <sect2 role="installation"> 42 42 <title>Installation of GCC</title> 43 <!-- 43 44 44 <para>First apply some fixes from the upstream repository:</para> 45 45 46 46 <screen><userinput remap="pre">patch -Np1 -i ../&gcc-upstream-patch;</userinput></screen> 47 --> 47 48 48 <para>The GCC documentation recommends building GCC in a dedicated build directory:</para> 49 49 -
general.ent
r9218b05 rda6a8bc 1 <!ENTITY version " SVN-20160219">2 <!ENTITY short-version " svn"> <!-- Used below in &blfs-book;. Change to x.y for release1 <!ENTITY version "7.9-rc2"> 2 <!ENTITY short-version "7.9-rc2"> <!-- Used below in &blfs-book;. Change to x.y for release 3 3 but not -rc releases --> 4 4 <!ENTITY releasedate "February 19, 2016"> 5 5 <!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not – --> 6 6 <!ENTITY milestone "7.9"> 7 <!ENTITY generic-version " development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->7 <!ENTITY generic-version "7.9-rc2"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> 8 8 9 9 <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> -
packages.ent
r9218b05 rda6a8bc 350 350 351 351 <!ENTITY lfs-bootscripts-version "20150222"> <!-- Scripts depend on this format --> 352 <!ENTITY lfs-bootscripts-size " BOOTSCRIPTS-SIZEKB"> <!-- Updated in Makefile -->352 <!ENTITY lfs-bootscripts-size "31 KB"> <!-- Updated in Makefile --> 353 353 <!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2"> 354 <!ENTITY lfs-bootscripts-md5 " BOOTSCRIPTS-MD5SUM"><!-- Updated in Makefile -->354 <!ENTITY lfs-bootscripts-md5 "fc2b070716492ca6d8cca00cab945f3f"> <!-- Updated in Makefile --> 355 355 <!ENTITY lfs-bootscripts-home " "> 356 <!ENTITY lfs-bootscripts-ch7-du " BOOTSCRIPTS-INSTALL-KBKB"> <!-- Updated in Makefile -->356 <!ENTITY lfs-bootscripts-ch7-du "244 KB"> <!-- Updated in Makefile --> 357 357 <!ENTITY lfs-bootscripts-ch7-sbu "less than 0.1 SBU"> 358 358
Note:
See TracChangeset
for help on using the changeset viewer.