common/autoconf/spec.gmk.in

changeset 607
12782ec1da5f
parent 564
befbad2e4d87
child 621
ffb4d2e95140
equal deleted inserted replaced
604:2a713921952c 607:12782ec1da5f
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

mercurial