Changeset fa0e8e65


Ignore:
Timestamp:
04/27/2006 07:49:19 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
fea3ac80
Parents:
099b774
Message:

Updated to GCC-4.0.3

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5955 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r099b774 rfa0e8e65  
    170170<!ENTITY expect-version               "5.43.0">
    171171<!ENTITY gc-version                   "6.5">
    172 <!ENTITY gcc-version                  "4.0.2">
     172<!ENTITY gcc-version                  "4.0.3">
    173173<!ENTITY gcc3-version                 "3.3.6">
    174174<!ENTITY guile-version                "1.6.7">
  • general/prog/gcc.xml

    r099b774 rfa0e8e65  
    55  %general-entities;
    66
    7     <!-- Inserted as a reminder to do this. The mention of a test suite
    8          is usually right before the root user installation commands. Please
    9          delete these 12 (including one blank) lines after you are done.-->
    10 
    11     <!-- Use one of the two mentions below about a test suite,
    12          delete the line that is not applicable. Of course, if the
    13          test suite uses syntax other than "make check", revise the
    14          line to reflect the actual syntax to run the test suite -->
    15 
    16     <!-- <para>This package does not come with a test suite.</para> -->
    17     <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    18 
    197  <!ENTITY gcc-download-http  "http://ftp.gnu.org/gnu/gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2">
    208  <!ENTITY gcc-download-ftp   "ftp://mirrors.rcn.net/pub/sourceware/gcc/releases/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2">
    21   <!ENTITY gcc-md5sum         "a659b8388cac9db2b13e056e574ceeb0">
    22   <!ENTITY gcc-size           "31.7 MB">
     9  <!ENTITY gcc-md5sum         "6ff1af12c53cbb3f79b27f2d6a9a3d50">
     10  <!ENTITY gcc-size           "32.9 MB">
    2311  <!ENTITY gcc-buildsize      "1.7 GB">
    24   <!ENTITY gcc-time           "59 SBU (build, test and install all compilers)">
     12  <!ENTITY gcc-time           "60 SBU (build, test and install all compilers)">
    2513
    2614  <!ENTITY gnat-download-http "&sources-anduin-http;/g/gnat-3.15p-i686-pc-redhat71-gnu-bin.tar.bz2">
     
    195183
    196184<screen><userinput>PATH_HOLD=$PATH &amp;&amp;
    197 export PATH=/opt/gnat/bin:$PATH</userinput></screen>
     185export PATH=/opt/gnat/bin:$PATH_HOLD</userinput></screen>
    198186
    199187  </sect2>
     
    215203
    216204      <para>Do not continue with the <command>make install</command> command
    217       until you're confident the build was successful. You can compare your
     205      until you are confident the build was successful. You can compare your
    218206      test results with those found at
    219207      <ulink url="http://gcc.gnu.org/ml/gcc-testresults/"/>. There's also an
    220208      i686 platform test result produced by an LFS-SVN-20051127 system at
    221       <ulink url="&files-anduin;/gcc402_test.txt"/>. You
     209      <ulink url="&files-anduin;/gcc403_test.txt"/>. You
    222210      may also want to refer to the information found in the
    223211      <application>GCC</application>-Pass 2 section of Chapter 5 in the LFS
     
    225213    </important>
    226214
    227     <!-- <note>
    228       <para>The instructions below assume that the base compiler is
    229       gcc-&gcc-version;.  If it is not, the initial <command>make</command>
    230       command below should be <command>make bootstrap</command>.</para>
    231     </note> -->
     215    <!-- The instructions below perform a 'make bootstrap' instead of just
     216         a plain 'make' intentionally. Even though we assume that the current
     217         version of GCC is installed in LFS, because this installation includes
     218         the Ada compiler as an installed language, a bootstrap is required.
     219         The GNAT compiler must be used for stage1 of the bootstrap in order to
     220         build Ada, therefore we must bootstrap, else we would have a GCC
     221         installed on the system that was produced by a foriegn compiler. -->
    232222
    233223<screen><userinput>sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in &amp;&amp;
     
    276266unset PATH_HOLD</userinput></screen>
    277267
    278 <!--
    279     <note>
    280       <para>Some of the <application>Java</application> programs installed by
    281       the <application>GCC</application> package conflict (have the same names)
    282       with programs from the <xref linkend="jdk"/> package. If you installed
    283       the <application>Java</application> language from the
    284       <application>GCC</application> package but you wish to use the programs
    285       from the <application>JDK</application> as the defaults, ensure
    286       <filename class='directory'>$JAVA_HOME/bin</filename> is listed before
    287       <filename class='directory'>/usr/bin</filename> in your
    288       <envar>PATH</envar> variable.</para>
    289     </note>
    290 -->
    291 
    292268  </sect2>
    293269
     
    315291    This command identifies which languages to build. You may modify this command
    316292    to remove undesired languages.</para>
    317 
    318 <!--
    319     <para><command>make -C gcc gnatlib-shared</command>: This command builds the
    320     Ada shared and static libraries. Skip this step if you have not enabled
    321     Ada as one of the languages.</para>
    322 
    323     <para><command>make -C gcc gnattools</command>: This command builds the
    324     Ada development tools and binaries. Skip this step if you have not enabled
    325     Ada as one of the languages.</para>
    326 -->
    327293
    328294    <para><command>make -k check</command>: This command runs the test suite
  • introduction/welcome/changelog.xml

    r099b774 rfa0e8e65  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to GCC-4.0.3</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated to GMP-4.2</para>
    4952        </listitem>
Note: See TracChangeset for help on using the changeset viewer.