Changeset 9b36a3a for general


Ignore:
Timestamp:
05/31/2015 08:19:43 AM (9 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.8, 7.9, 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:
0d12bbe
Parents:
9ae6ea1
Message:

Add a variable to allow building openjdk on Linux-4, and tag for gcc-5

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/openjdk.xml

    r9ae6ea1 r9b36a3a  
    8181    </para>
    8282
    83     &lfs77_checked;
     83    &lfs77_checked;&gcc5_checked;
    8484
    8585    <note>
     
    320320    -e '/DGifOpen/s/c)/c, NULL)/'     \
    321321    -i jdk/src/share/native/sun/awt/splashscreen/splashscreen_gif.c</userinput></screen>
    322 <!-- Seems to be corrected
    323     <para>
    324       Fix a bug in a shell script used to set the flags for
    325       <command>make</command>:
    326     </para>
    327 
    328 <screen><userinput>sed 's/\([ \t]\)\]\([^\]\)/\1I]\2/g' \
    329     -i hotspot/make/linux/makefiles/adjust-mflags.sh</userinput></screen>
    330 -->
     322
    331323    <note>
    332324      <para>
     
    357349   --with-zlib=system         \
    358350   --with-giflib=system       &amp;&amp;
    359 make DEBUG_BINARIES=true all  &amp;&amp;
     351make DEBUG_BINARIES=true                 \
     352     DISABLE_HOTSPOT_OS_VERSION_CHECK=ok \
     353     all  &amp;&amp;
    360354find build/*/images/j2sdk-image -iname \*.diz -delete
    361355</userinput></screen>
     
    583577
    584578    <para>
    585       <command>make DEBUG_BINARIES=true all</command>: The build fails
    586       if DEBUG_BINARIES is not set to true.
     579      <command>make DEBUG_BINARIES=true
     580      DISABLE_HOTSPOT_OS_VERSION_CHECK=ok all</command>: The build fails if
     581      DEBUG_BINARIES is not set to true. Furthermore, OS version checking in
     582      hotspot's Makefile does not account for Linux version 4.x. Disabling the
     583      test is harmless and allows building.
    587584    </para>
    588585
Note: See TracChangeset for help on using the changeset viewer.