6624808: corba makefiles not using langtools compiler

If supplied, the langtools javac should be used.

Reviewed-by: xdono
This commit is contained in:
Kelly O'Hair 2008-03-06 13:56:47 -08:00
parent 5529465023
commit 2dae31e47c

View File

@ -281,6 +281,13 @@ endif
# Get platform specific settings # Get platform specific settings
include $(BUILDDIR)/common/shared/Defs-$(PLATFORM).gmk include $(BUILDDIR)/common/shared/Defs-$(PLATFORM).gmk
# Components
ifdef ALT_LANGTOOLS_DIST
LANGTOOLS_DIST :=$(call FullPath,$(ALT_LANGTOOLS_DIST))
else
LANGTOOLS_DIST =
endif
# These are the same on all platforms but require the above platform include 1st # These are the same on all platforms but require the above platform include 1st
# BOOTDIR: Bootstrap JDK, previous released JDK. # BOOTDIR: Bootstrap JDK, previous released JDK.