aboutsummaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorohair <none@none>2008-03-06 13:56:47 -0800
committerohair <none@none>2008-03-06 13:56:47 -0800
commit386b674f8d398850a9c89c1216c993ee6032fa2f (patch)
treea8f88d56dcd6cb39cb0e4e29e058fe1b3917e629 /make
parentd90e30140a35ea41d0de98f7eeb20b60a81aa90b (diff)
6624808: corba makefiles not using langtools compiler
Summary: If supplied, the langtools javac should be used. Reviewed-by: xdono
Diffstat (limited to 'make')
-rw-r--r--make/common/shared/Defs.gmk7
1 files changed, 7 insertions, 0 deletions
diff --git a/make/common/shared/Defs.gmk b/make/common/shared/Defs.gmk
index 8cd237f..c783286 100644
--- a/make/common/shared/Defs.gmk
+++ b/make/common/shared/Defs.gmk
@@ -281,6 +281,13 @@ endif
# Get platform specific settings
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
# BOOTDIR: Bootstrap JDK, previous released JDK.