common/autoconf/boot-jdk.m4
changeset 24304 f51622799778
parent 23982 12e7bb480a6b
child 25854 98ce0879ab4c
equal deleted inserted replaced
24301:1a30593dcb98 24304:f51622799778
   329   BOOTJDK_CHECK_TOOL_IN_BOOTJDK(NATIVE2ASCII, native2ascii)
   329   BOOTJDK_CHECK_TOOL_IN_BOOTJDK(NATIVE2ASCII, native2ascii)
   330   BOOTJDK_CHECK_TOOL_IN_BOOTJDK(JARSIGNER, jarsigner)
   330   BOOTJDK_CHECK_TOOL_IN_BOOTJDK(JARSIGNER, jarsigner)
   331 
   331 
   332   # Finally, set some other options...
   332   # Finally, set some other options...
   333 
   333 
   334   # When compiling code to be executed by the Boot JDK, force jdk7 compatibility.
   334   # When compiling code to be executed by the Boot JDK, force jdk8 compatibility.
   335   BOOT_JDK_SOURCETARGET="-source 7 -target 7"
   335   BOOT_JDK_SOURCETARGET="-source 8 -target 8"
   336   AC_SUBST(BOOT_JDK_SOURCETARGET)
   336   AC_SUBST(BOOT_JDK_SOURCETARGET)
   337   AC_SUBST(JAVAC_FLAGS)
   337   AC_SUBST(JAVAC_FLAGS)
   338 ])
   338 ])
   339 
   339 
   340 AC_DEFUN_ONCE([BOOTJDK_SETUP_BOOT_JDK_ARGUMENTS],
   340 AC_DEFUN_ONCE([BOOTJDK_SETUP_BOOT_JDK_ARGUMENTS],