Changeset eb631ac


Ignore:
Timestamp:
04/29/2014 06:09:41 AM (10 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
b10cfc81
Parents:
410e2ab8
Message:

Update to gcc-4.9.0. Fixes ticket #4986.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r410e2ab8 reb631ac  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "28">                   <!-- Always 2 digits -->
     3<!ENTITY day          "29">                   <!-- Always 2 digits -->
    44<!ENTITY month        "04">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "April 27th, &year;">
     9<!ENTITY releasedate  "April 29th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    5757<!-- These entities are used to identify versions of LFS
    5858     packages referenced throughout the BLFS book. -->
    59 <!ENTITY lfs-autoconf-version         "2.67">
    60 <!ENTITY lfs-coreutils-version        "8.5">
    61 <!ENTITY lfs-e2fsprogs-version        "1.41.12">
    62 <!ENTITY lfs-flex-version             "2.5.35">
    63 <!ENTITY lfs-gcc-version              "4.8.2">
    64 <!ENTITY lfs-gdbm-version             "1.8.3">
    65 <!ENTITY lfs-m4-version               "1.4.14">
     59<!ENTITY lfs-autoconf-version         "2.69">
     60<!ENTITY lfs-coreutils-version        "8.22">
     61<!ENTITY lfs-e2fsprogs-version        "1.42.9">
     62<!ENTITY lfs-flex-version             "2.5.39">
     63<!ENTITY lfs-gcc-version              "4.9.0">
     64<!ENTITY lfs-gdbm-version             "1.11">
     65<!ENTITY lfs-m4-version               "1.4.17">
    6666<!-- this was originally the perl version used by the corresponding
    6767 version of lfs, in those days always for i686, but now BLFS is a rolling
    6868 release -->
    6969<!ENTITY lfs-perl-version             "&lt;5.x.y&gt;/&lt;arch-linux&gt;">
    70 <!ENTITY lfs-shadow-version           "4.1.5">
     70<!ENTITY lfs-shadow-version           "4.1.5.1">
    7171<!ENTITY lfs-vim-version              "7.4">
    7272<!-- End LFS versions -->
     
    379379<!ENTITY elfutils-version             "0.158">
    380380<!ENTITY expect-version               "5.45">
    381 <!ENTITY gcc-version                  "4.8.2">
     381<!ENTITY gcc-version                  "4.9.0">
    382382<!ENTITY gc-version                   "7.4.0">
    383383<!ENTITY gdb-version                  "7.7">
  • general/prog/gcc.xml

    r410e2ab8 reb631ac  
    77  <!ENTITY gcc-download-http  "http://ftp.gnu.org/gnu/gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2">
    88  <!ENTITY gcc-download-ftp   "ftp://ftp.gnu.org/gnu/gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2">
    9   <!ENTITY gcc-md5sum         "a3d7d63b9cb6b6ea049469a0c4a43c9d">
    10   <!ENTITY gcc-size           "82 MB">
    11   <!ENTITY gcc-buildsize      "6.6 GB">
    12   <!ENTITY gcc-time           "110 SBU">
     9  <!ENTITY gcc-md5sum         "9709b49ae0e904cbb0a6a1b62853b556">
     10  <!ENTITY gcc-size           "86 MB">
     11  <!ENTITY gcc-buildsize      "7.5 GB">
     12  <!ENTITY gcc-time           "142 SBU">
    1313
    1414  <!ENTITY gnat-download-http "https://libre.adacore.com/download/">
     
    9595    <bridgehead renderas="sect4">Recommended</bridgehead>
    9696    <para role="recommended">
    97       <xref linkend="dejagnu"/>
     97      <xref linkend="dejagnu"/>, for tests
    9898    </para>
    9999
     
    200200esac &amp;&amp;
    201201
    202 sed -i -e /autogen/d -e /check.sh/d fixincludes/Makefile.in
     202<!--sed -i -e /autogen/d -e /check.sh/d fixincludes/Makefile.in
    203203mv -v libmudflap/testsuite/libmudflap.c++/pass41-frag.cxx{,.disable}
    204 
     204-->
    205205mkdir ../gcc-build &amp;&amp;
    206206cd    ../gcc-build &amp;&amp;
     
    215215    --disable-multilib          \
    216216    --with-system-zlib          \
    217     --enable-lto                \
    218217    --enable-languages=c,c++,fortran,ada,go,java,objc,obj-c++ &amp;&amp;
    219218make</userinput></screen>
     
    276275    that files are created for the specific architecture of your computer.</para>
    277276
    278     <para><parameter>--enable-lto</parameter>: Setting this parameter allows
     277<!-- Seems that lto is default now
     278    <para><parameter>&dash;&dash;enable-lto</parameter>: Setting this parameter allows
    279279    to build a compiler which is able to perform <quote>Link Time
    280     Optimization (LTO)</quote>.</para>
     280    Optimization (LTO)</quote>.</para>-->
    281281
    282282    <para>
  • introduction/welcome/changelog.xml

    r410e2ab8 reb631ac  
    4646
    4747    <listitem>
     48      <para>April 29th, 2014</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[pierre] - Update to GCC-4.9.0. Fixes
     52          <ulink url="&blfs-ticket-root;4986">#4986</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4858      <para>April 28th, 2014</para>
    4959      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.