Changeset a7e88c5c for general


Ignore:
Timestamp:
03/13/2019 05:04:02 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d3207212
Parents:
87cfb74
Message:

Update to GCC-8.3.0

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

Location:
general/prog
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gcc-ada.xml

    r87cfb74 ra7e88c5c  
    99  <!ENTITY gcc-md5sum            "4ab282f414676496483b3e1793d07862">
    1010  <!ENTITY gcc-size              "61 MB">
    11   <!ENTITY gcc-ada-buildsize     "6.3 GB (add 400 MB for tests, add 1.6 GB if GNAT install dir is not removed)">
    12   <!ENTITY gcc-ada-time          "27 SBU (with parallelism=4, add 91 SBU for tests)">
    13 
     11  <!ENTITY gcc-ada-buildsize     "7.0 GB (add 369 MB for tests, add 1.6 GB if GNAT install dir is not removed)">
     12  <!ENTITY gcc-ada-time          "25 SBU (with parallelism=4, add 92 SBU for tests)">
     13
     14  <!-- Keeping these the same because the new GNAT binary for x86_64
     15       Requires Qt4 and a GUI to install. The i686 one is being tested
     16       seperately from this update.-->
    1417  <!ENTITY gnat-download-http    "https://libre.adacore.com/download/">
    1518  <!ENTITY gnat-64-download-http "http://mirrors.cdn.adacore.com/art/591c6d80c7a447af2deed1d7">
     
    178181    </para>
    179182
     183    <bridgehead renderas="sect4">Optional</bridgehead>
     184    <para role="optional">
     185      <xref linkend="gdb"/> and
     186      <xref linkend="valgrind"/> (for tests)
     187    </para>
     188
    180189    <para condition="html" role="usernotes">User Notes:
    181190    <ulink url="&blfs-wiki;/gcc-ada"/></para>
     
    339348    </para>
    340349
     350    <!-- Unlike standard GCC, removing this could break compatibility
     351    with the GNAT binary for i686 because it uses gcc-4.7.3 in the
     352    binary. Leave it alone until tested. -->
    341353    <para>
    342354      <option>--with-default-libstdcxx-abi=gcc4-compatible</option>: Use this
  • general/prog/gcc.xml

    r87cfb74 ra7e88c5c  
    77  <!ENTITY gcc-download-http  "&gnu-http;/gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.xz">
    88  <!ENTITY gcc-download-ftp   "&gnu-ftp;/gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.xz">
    9   <!ENTITY gcc-md5sum         "4ab282f414676496483b3e1793d07862">
     9  <!ENTITY gcc-md5sum         "65b210b4bfe7e060051f799e0f994896">
    1010  <!ENTITY gcc-size           "61 MB">
    11   <!ENTITY gcc-buildsize      "8.5 GB (an additonal 140MB for tests)">
    12   <!ENTITY gcc-time           "29 SBU (with parallelism=4, an additional 106 SBU for tests with parallelism=1)">
     11  <!ENTITY gcc-buildsize      "8.5 GB (an additonal 446MB for tests)">
     12  <!ENTITY gcc-time           "26 SBU (with parallelism=4, an additional 118 SBU for tests with parallelism=1)">
    1313]>
    1414
     
    130130    </para>
    131131
     132    <bridgehead renderas="sect4">Optional</bridgehead>
     133    <para role="optional">
     134      <xref linkend="gdb"/> and
     135      <xref linkend="valgrind"/> (for tests)
     136    </para>
     137   
    132138    <para condition="html" role="usernotes">
    133139      User Notes: <ulink url="&blfs-wiki;/gcc"/>
     
    197203      the <application>GCC</application> part of the testsuite will run more
    198204      tests than in LFS. Some of those will report FAIL and others XPASS
    199       (pass when expected to FAIL). To run the tests, issue:
     205      (pass when expected to FAIL). As of gcc-8.3.0, the -flto suite
     206      is known to fail, as well as miscellaneous failures throughout the rest
     207      of the test suite. To run the tests, issue:
    200208    </para>
    201209
     
    275283      been tested by the BLFS developers.
    276284    </para>
    277 
    278     <para>
    279       <option>--with-default-libstdcxx-abi=gcc4-compatible</option>: Use this
     285    <!-- It's been three major versions now, and many years.
     286    Commenting out unless needed somewhere. -renodr
     287    <para>
     288      <option>- -with-default-libstdcxx-abi=gcc4-compatible</option>: Use this
    280289      switch if you are upgrading from a <application>GCC</application>
    281290      version prior to 5.1.0, and you do not want to recompile all the
    282291      libraries written in C++.
    283292    </para>
     293   -->
    284294
    285295    <para>
Note: See TracChangeset for help on using the changeset viewer.