common/autoconf/spec.gmk.in
changeset 15393 e3761cf4e010
parent 15058 61c4ac49cbda
child 15581 1dd771c6a1ee
equal deleted inserted replaced
15389:f1478a6d25fd 15393:e3761cf4e010
   431 RMIC=@FIXPATH@ $(BOOT_JDK)/bin/rmic
   431 RMIC=@FIXPATH@ $(BOOT_JDK)/bin/rmic
   432 
   432 
   433 NATIVE2ASCII=@FIXPATH@ $(BOOT_JDK)/bin/native2ascii
   433 NATIVE2ASCII=@FIXPATH@ $(BOOT_JDK)/bin/native2ascii
   434 
   434 
   435 JARSIGNER=@FIXPATH@ $(BOOT_JDK)/bin/jarsigner
   435 JARSIGNER=@FIXPATH@ $(BOOT_JDK)/bin/jarsigner
       
   436 
       
   437 # You run the new javac using the boot jdk with $(BOOT_JDK)/bin/java $(NEW_JAVAC) ...
       
   438 BOOTSTRAP_JAVAC_JAR:=$(LANGTOOLS_OUTPUTDIR)/dist/bootstrap/lib/javac.jar
       
   439 BOOTSTRAP_JAVAC_ARGS:="-Xbootclasspath/p:$(BOOTSTRAP_JAVAC_JAR)" -cp $(BOOTSTRAP_JAVAC_JAR)
       
   440 NEW_JAVAC   = $(BOOTSTRAP_JAVAC_ARGS) com.sun.tools.javac.Main
       
   441 NEW_JAVADOC = $(BOOTSTRAP_JAVAC_ARGS) com.sun.tools.javadoc.Main
   436 
   442 
   437 # Base flags for RC
   443 # Base flags for RC
   438 # Guarding this against resetting value. Legacy make files include spec multiple
   444 # Guarding this against resetting value. Legacy make files include spec multiple
   439 # times.
   445 # times.
   440 ifndef RC_FLAGS
   446 ifndef RC_FLAGS