Changeset 5a55331


Ignore:
Timestamp:
06/14/2005 06:39:56 PM (19 years ago)
Author:
Archaic <archaic@…>
Branches:
6.1, 6.1.1
Children:
4589f5f
Parents:
127b386
Message:

Removed references to separate gcc tarballs. (Merged from trunk r5919)

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@5937 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r127b386 r5a55331  
    8585</listitem>
    8686
     87<listitem><para>June 14th, 2005 [archaic]: Removed references to separate gcc
     88tarballs (gcc-core, gcc-g++, etc.)</para></listitem>
     89
    8790<listitem><para>June 12th, 2005 [matt]: Upgraded to linux-2.6.11.12.</para></listitem>
    8891
  • chapter05/gcc-pass1.xml

    r127b386 r5a55331  
    2727<sect2 role="installation">
    2828<title>Installation of GCC</title>
    29 
    30 <para>Unpack only the gcc-core tarball because neither the C++
    31 compiler nor the test suite will be needed here.</para>
    3229
    3330<para>This package is known to have issues when its default
     
    7572<term><parameter>--enable-languages=c</parameter></term>
    7673<listitem><para>This option ensures that only the C compiler is built.
    77 This option is only needed when you have downloaded and unpacked the
    78 full GCC tarball, as opposed to just the gcc-core
    79 tarball.</para></listitem>
     74</para></listitem>
    8075</varlistentry>
    8176</variablelist>
  • chapter05/gcc-pass2.xml

    r127b386 r5a55331  
    5656consult the LFS Wiki at <ulink url="&wiki-root;"/> for more
    5757information on how to get PTYs working.</para>
    58 
    59 <para>Because the C and the C++ compilers will be built, unpack both
    60 the core and the g++ tarballs (as well as test suite, if you want to
    61 run the tests). By unpacking them in the working directory, they will
    62 all unfold into a single <filename
    63 class="directory">gcc-&gcc-version;/</filename> subdirectory.</para>
    6458
    6559<para>First correct a known problem and make an essential adjustment:</para>
  • chapter06/gcc.xml

    r127b386 r5a55331  
    3737unset them when building GCC.</para>
    3838
    39 <para>Unpack both the gcc-core and the gcc-g++ tarballs&mdash;they will unpack
    40 into the same directory. Likewise, extract the gcc-testsuite tarball.</para>
    41 
    4239<para>Apply only the No-Fixincludes patch (not the Specs patch) also
    4340used in the previous chapter:</para>
  • general.ent

    r127b386 r5a55331  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "TESTING-20050612">
    3 <!ENTITY releasedate "June 12, 2005">
     2<!ENTITY version "TESTING-20050614">
     3<!ENTITY releasedate "June 14, 2005">
    44<!ENTITY milestone "6.1">
    55
Note: See TracChangeset for help on using the changeset viewer.