Changeset bed2286 for general


Ignore:
Timestamp:
05/02/2016 08:37:58 PM (8 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, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, 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:
8e2bb38
Parents:
6c29fefb
Message:

GCC-6.1.0

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

Location:
general/prog
Files:
3 edited

Legend:

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

    r6c29fefb rbed2286  
    77  <!ENTITY gcc-download-http     "http://ftpmirror.gnu.org/gcc/gcc-&gcc-ada-version;/gcc-&gcc-ada-version;.tar.bz2">
    88  <!ENTITY gcc-download-ftp      "ftp://ftp.gnu.org/gnu/gcc/gcc-&gcc-ada-version;/gcc-&gcc-ada-version;.tar.bz2">
    9   <!ENTITY gcc-md5sum            "c9616fd448f980259c31de613e575719">
    10   <!ENTITY gcc-size              "92 MB">
    11   <!ENTITY gcc-ada-buildsize     "6.9 GB (0.9 GB added if GNAT install dir is not removed)">
    12   <!ENTITY gcc-ada-time          "136 SBU (including 77 SBU for tests)">
     9  <!ENTITY gcc-md5sum            "8fb6cb98b8459f5863328380fbf06bd1">
     10  <!ENTITY gcc-size              "95 MB">
     11  <!ENTITY gcc-ada-buildsize     "8.4 GB (0.9 GB added if GNAT install dir is not removed)">
     12  <!ENTITY gcc-ada-time          "48 SBU (with tests and parallelism=4)">
    1313
    1414  <!ENTITY gnat-download-http    "https://libre.adacore.com/download/">
  • general/prog/gcc-java.xml

    r6c29fefb rbed2286  
    77  <!ENTITY gcc-java-download-http  "http://ftpmirror.gnu.org/gcc/gcc-&gcc-java-version;/gcc-&gcc-java-version;.tar.bz2">
    88  <!ENTITY gcc-java-download-ftp   "ftp://ftp.gnu.org/gnu/gcc/gcc-&gcc-java-version;/gcc-&gcc-java-version;.tar.bz2">
    9   <!ENTITY gcc-java-md5sum         "c9616fd448f980259c31de613e575719">
    10   <!ENTITY gcc-java-size           "92 MB">
    11   <!ENTITY gcc-java-buildsize      "4.1 GB">
    12   <!ENTITY gcc-java-time           "86 SBU (including 72 SBU for tests)">
    13 
    14   <!ENTITY ecj-download-ftp    "ftp://sourceware.org/pub/java/ecj-latest.jar">
     9  <!ENTITY gcc-java-md5sum         "8fb6cb98b8459f5863328380fbf06bd1">
     10  <!ENTITY gcc-java-size           "95 MB">
     11  <!ENTITY gcc-java-buildsize      "5 GB">
     12  <!ENTITY gcc-java-time           "29 SBU (with tests and parallelism=4)">
     13
     14<!-- ecj-latest points to 4.5 while ecj-4.9 is available -->
     15  <!ENTITY ecj-download-ftp    "ftp://sourceware.org/pub/java/ecj-4.9.jar">
    1516
    1617  <!ENTITY antlr-version       "4.5.1">
     
    157158<screen><userinput>sed -i 's/\(install.*:\) install-.*recursive/\1/' libffi/Makefile.in         &amp;&amp;
    158159sed -i 's/\(install-data-am:\).*/\1/'             libffi/include/Makefile.in &amp;&amp;
    159 
    160 cp ../ecj-latest.jar ./ecj.jar &amp;&amp;
     160sed -i 's/absolute/file normalize/' libjava/testsuite/lib/libjava.exp &amp;&amp;
     161sed -i 's/major.*1000.*minor/major/' gcc/java/decl.c &amp;&amp;
     162
     163cp ../ecj-4.9.jar ./ecj.jar &amp;&amp;
    161164
    162165mkdir build &amp;&amp;
     
    218221
    219222    <para>
    220       The two <command>sed</command> commands prevent the
     223      The first two <command>sed</command> commands prevent the
    221224      installation of the <application>libffi</application> library bundled
    222225      with <application>GCC</application>, since it is outdated compared to
    223226      <xref linkend="libffi"/>.
     227    </para>
     228
     229    <para>
     230      The next two <command>sed</command> commands implement upstream fixes
     231      to the <application>GCC Java</application> compiler and tests.
    224232    </para>
    225233
     
    298306      /usr/lib/gcc/*linux-gnu/...</command>:
    299307      If the package is built by a user other than root, the ownership of the
    300       installed <filename class="directory">include</filename> directory (and its
    301       content) will be incorrect. This commands changes the ownership to the
    302       <systemitem class="username">root</systemitem> user and group.
     308      installed <filename class="directory">include</filename> directory (and
     309      its content) will be incorrect. This commands changes the ownership to
     310      the <systemitem class="username">root</systemitem> user and group.
    303311    </para>
    304312
  • general/prog/gcc.xml

    r6c29fefb rbed2286  
    77  <!ENTITY gcc-download-http  "http://ftpmirror.gnu.org/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         "c9616fd448f980259c31de613e575719">
    10   <!ENTITY gcc-size           "92 MB">
    11   <!ENTITY gcc-buildsize      "7.2 GB (with tests)">
    12   <!ENTITY gcc-time           "45.7 SBU (with tests and parallelism=4)">
     9  <!ENTITY gcc-md5sum         "8fb6cb98b8459f5863328380fbf06bd1">
     10  <!ENTITY gcc-size           "95 MB">
     11  <!ENTITY gcc-buildsize      "8.4 GB (with tests)">
     12  <!ENTITY gcc-time           "46 SBU (with tests and parallelism=4)">
    1313]>
    1414
Note: See TracChangeset for help on using the changeset viewer.