Changeset 0f18e26


Ignore:
Timestamp:
08/18/2018 09:15:39 PM (6 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
2f461be
Parents:
d5d56e5
Message:

Update to gcc-8.2.0. Fixes #10730.

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

Files:
4 edited

Legend:

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

    rd5d56e5 r0f18e26  
    77  <!ENTITY gcc-download-http     "&gnu-http;/gcc/gcc-&gcc-ada-version;/gcc-&gcc-ada-version;.tar.xz">
    88  <!ENTITY gcc-download-ftp      "&gnu-ftp;/gcc/gcc-&gcc-ada-version;/gcc-&gcc-ada-version;.tar.xz">
    9   <!ENTITY gcc-md5sum            "be2da21680f27624f3a87055c4ba5af2">
    10   <!ENTITY gcc-size              "59 MB">
    11   <!ENTITY gcc-ada-buildsize     "6.6 GB (1.6 GB added if GNAT install dir is not removed)">
    12   <!ENTITY gcc-ada-time          "51 SBU (with tests and parallelism=4)">
     9  <!ENTITY gcc-md5sum            "4ab282f414676496483b3e1793d07862">
     10  <!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)">
    1313
    1414  <!ENTITY gnat-download-http    "https://libre.adacore.com/download/">
     
    7070      <para>
    7171        If you want to install other compilers in the <application>GCC
    72         </application> collection, do that first, or specify ada in the
    73         <parameter>--enable-languages</parameter> switch to <command>
     72        </application> collection, simply add them to the
     73        <parameter>--enable-languages</parameter> parameter for <command>
    7474        configure</command>. If you rebuild <application>GCC</application>
    7575        without enabling ada after running the instructions on this page,
    76         the new compiler will not be able to compile ADA anymore.
     76        the new compiler will not be able to compile ADA anymore. If you already
     77        have ADA instaled, you do not need to use the istrucitons on this page,
     78        simply add <parameter>ada</parameter> to the
     79        <parameter>--enable-languages</parameter> parameter using the
     80        instructions from <xref linkend="gcc"/>.
    7781      </para>
    7882    </note>
     
    114118    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    115119    <note>
     120            <!-- gnat-2018 uses graphical installer, stick to 2017 -->
    116121      <para>
    117122        You will need to install <application>GNAT</application>
  • general/prog/gcc.xml

    rd5d56e5 r0f18e26  
    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         "be2da21680f27624f3a87055c4ba5af2">
    10   <!ENTITY gcc-size           "59 MB">
    11   <!ENTITY gcc-buildsize      "7.6 GB (with tests)">
    12   <!ENTITY gcc-time           "55 SBU (with tests and parallelism=4)">
     9  <!ENTITY gcc-md5sum         "4ab282f414676496483b3e1793d07862">
     10  <!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)">
    1313]>
    1414
     
    3535      following languages: C, C++, Fortran, Objective C, Objective C++, and Go.
    3636      One additional language, Ada, is available in the collection. It has
    37       specific requirements, so it is described in a separate page (<xref
    38       linkend="gcc-ada"/>). Since C and C++ are installed in LFS, this page is
    39       either for upgrading C and C++, or for installing additional compilers.
     37      a binary bootstrap requirement for the first installation, so it is
     38      described on a separate page (<xref linkend="gcc-ada"/>), but can be added
     39      here if you are performing a rebuild or upgrade. Since C and C++ are
     40      installed in LFS, this page is  either for upgrading C and C++, or for
     41      installing additional compilers.
    4042    </para>
    4143
     
    264266      This command identifies which languages to build. You may modify
    265267      this command to remove undesired languages. Two other languages can be
    266       added, besides ADA, which is described on a separate page: BRIG (add
     268      added, besides ADA (see introduction above): BRIG (add
    267269      <parameter>brig</parameter> to the list of enabled languages), a binary
    268270      format for HSAIL (Heterogeneous System Architecture Intermediate
    269271      Language), and JIT (add <parameter>jit</parameter> to the list of enabled
    270       languages), a library which can be linked into interpreters that
    271       want to generate machine code <quote>on the fly</quote> at run-time. They
    272       have not been tested by the BLFS developers.
     272      languages), a library which can be linked into interpreters that want to
     273      generate machine code <quote>on the fly</quote> at run-time. They have not
     274      been tested by the BLFS developers.
    273275    </para>
    274276
  • introduction/welcome/changelog.xml

    rd5d56e5 r0f18e26  
    4343-->
    4444    <listitem>
    45       <para>August 16th, 2018</para>
    46       <itemizedlist>
     45      <para>August 18th, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[dj] - Update to gcc-8.2.0. Fixes
     49          <ulink url="&blfs-ticket-root;10730">#10730</ulink>.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[thomas] - Update to cmake-3.12.1. Fixes
  • packages.ent

    rd5d56e5 r0f18e26  
    315315<!ENTITY elfutils-version             "0.170">
    316316<!ENTITY expect-version               "5.45.4">
    317 <!ENTITY gcc-version                  "7.3.0">
    318 <!--<!ENTITY gcc-java-version             "7.1.0">-->
    319 <!ENTITY gcc-ada-version              "7.3.0">
     317<!ENTITY gcc-version                  "8.2.0">
     318<!ENTITY gcc-ada-version              "8.2.0">
    320319<!ENTITY gc-version                   "7.6.4">
    321320<!ENTITY gdb-version                  "8.1">
Note: See TracChangeset for help on using the changeset viewer.