Ignore:
Timestamp:
05/14/2016 08:19:09 PM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
1ef4048
Parents:
2e633b6
Message:

Merge to trunk r17352

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17354 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/openjdk.xml

    r2e633b6 rf080ae0e  
    55  %general-entities;
    66
    7   <!ENTITY ojdk-upd                  "77">
    8   <!ENTITY ojdk-bd                   "b03">
     7  <!ENTITY ojdk-upd                  "92">
     8  <!ENTITY ojdk-bd                   "b14">
    99  <!ENTITY ojdk-tarball              "jdk8u&ojdk-upd;-&ojdk-bd;.tar.bz2">
    1010  <!ENTITY ojdk-repo                 "http://hg.openjdk.java.net/jdk8u/jdk8u">
     
    1313  <!ENTITY anduin-download           "&sources-anduin-http;/OpenJDK/OpenJDK-&openjdk-version;">
    1414
    15   <!ENTITY ojdk-md5sum               "1954ffeb123a7f4552472ba9f9e38b0d">
    16   <!ENTITY ojdk-size                 "398 KB">
    17 
    18   <!ENTITY corba-md5sum              "eb7695323d3340214792114ad8e3bdce">
    19   <!ENTITY hotspot-md5sum            "434e3dd4272d39b255ba9269838647b9">
    20   <!ENTITY jaxp-md5sum               "fcc49430937eba2c64f8a53475edf99d">
    21   <!ENTITY jaxws-md5sum              "f05a009f2e0fdb710c3405723ed42199">
    22   <!ENTITY jdk-md5sum                "ffe70c01fc0fe513e329f170f4c922c1">
    23   <!ENTITY langtools-md5sum          "a7e0ff3378d02e075284db7fe4a8dfbf">
    24   <!ENTITY nashorn-md5sum            "1dee0e478002e80f87b235ae982edf6e">
     15  <!ENTITY ojdk-md5sum               "226f9051e34b70fbff031ec9d959773d">
     16  <!ENTITY ojdk-size                 "399 KB">
     17
     18  <!ENTITY corba-md5sum              "9619e84a600aaf81737f7ed71430d3aa">
     19  <!ENTITY hotspot-md5sum            "21e8fdc20ab17e7399752ef74c8e03e2">
     20  <!ENTITY jaxp-md5sum               "567189edafbe0aabaff2d75d86c05456">
     21  <!ENTITY jaxws-md5sum              "3e7db7d843ebbcd5eb2ba0a9e7e275d7">
     22  <!ENTITY jdk-md5sum                "b06f2e3504357820bb3dd29e19ccfc0d">
     23  <!ENTITY langtools-md5sum          "afbe0e3a8c0e9e2beac5567e1084f3ee">
     24  <!ENTITY nashorn-md5sum            "e3641526c2875b5d4d1414980769f6ea">
    2525  <!ENTITY total-download-size       "63 MB">
    2626
     
    3232  <!ENTITY icedtea-web-download      "http://icedtea.classpath.org/download/source/icedtea-web-&icedtea-web-version;.tar.gz">
    3333
    34   <!ENTITY ojdk-buildsize           "3.7 GB (additional 547 MB for tests)">
    35   <!ENTITY ojdk-time                "11 SBU (additional 108 SBU for tests)">
     34  <!ENTITY ojdk-buildsize           "3.7 GB (additional 546 MB for tests)">
     35  <!ENTITY ojdk-time                "12 SBU (additional 130 SBU for tests)">
    3636]>
    3737
     
    274274   --with-zlib=system         \
    275275   --with-giflib=system       &amp;&amp;
    276 make DEBUG_BINARIES=true all  &amp;&amp;
     276   --with-extra-cflags="-std=c++98 -Wno-error -fno-delete-null-pointer-checks -fno-lifetime-dse" \
     277   --with-extra-cxxflags="-std=c++98 -fno-delete-null-pointer-checks -fno-lifetime-dse" &amp;&amp;
     278make DEBUG_BINARIES=true SCTP_WERROR= all  &amp;&amp;
    277279find build/*/images/j2sdk-image -iname \*.diz -delete
    278280</userinput></screen>
     
    484486
    485487    <para>
     488      <parameter>--with-extra-cflags=... --with-extra-cxxflags=...</parameter>:
     489      Works around some defects in the code brought to light by the GCC 6
     490      compiler's more rigorous checking of the C/C++ constructs. Remove these
     491      switches if compiling with GCC 5.
     492    </para>
     493
     494    <para>
    486495      <option>--with-jobs=N</option>: Allows setting the number
    487496      of jobs for <command>make</command> equal to N. The default is the
     
    501510
    502511    <para>
    503       <command>make DEBUG_BINARIES=true all</command>: The build fails on
    504       32 bit machines if DEBUG_BINARIES is not set to true.
     512      <command>make DEBUG_BINARIES=true SCTP_WERROR=  all</command>: The build
     513      fails on 32 bit machines if DEBUG_BINARIES is not set to true. Unsetting
     514      SCTP_WERROR is part of the workarounds needed to use GCC 6. You may omit
     515      that part of the command if you are using GCC 5.
    505516    </para>
    506517
Note: See TracChangeset for help on using the changeset viewer.