6624808: corba makefiles not using langtools compiler
If supplied, the langtools javac should be used. Reviewed-by: xdono
This commit is contained in:
parent
5529465023
commit
2dae31e47c
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user