Changeset 9b36a3a
- Timestamp:
- 05/31/2015 08:19:43 AM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 0d12bbe
- Parents:
- 9ae6ea1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/openjdk.xml
r9ae6ea1 r9b36a3a 81 81 </para> 82 82 83 &lfs77_checked; 83 &lfs77_checked;&gcc5_checked; 84 84 85 85 <note> … … 320 320 -e '/DGifOpen/s/c)/c, NULL)/' \ 321 321 -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 331 323 <note> 332 324 <para> … … 357 349 --with-zlib=system \ 358 350 --with-giflib=system && 359 make DEBUG_BINARIES=true all && 351 make DEBUG_BINARIES=true \ 352 DISABLE_HOTSPOT_OS_VERSION_CHECK=ok \ 353 all && 360 354 find build/*/images/j2sdk-image -iname \*.diz -delete 361 355 </userinput></screen> … … 583 577 584 578 <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. 587 584 </para> 588 585
Note:
See TracChangeset
for help on using the changeset viewer.