make/autoconf/spec.gmk.in
changeset 53460 65c813da7c65
parent 53157 3d60a1696e19
child 53729 9e1c9dc23c99
--- a/make/autoconf/spec.gmk.in	Thu Jan 24 01:01:11 2019 +0100
+++ b/make/autoconf/spec.gmk.in	Wed Jan 23 14:10:31 2019 -0800
@@ -487,6 +487,9 @@
 # The linker can be gcc or ld on unix systems, or link.exe on windows systems.
 LD:=@FIXPATH@ @LD@
 
+# Linker used by the jaotc tool for AOT compilation.
+LD_JAOTC:=@LD_JAOTC@
+
 # Xcode SDK path
 SDKROOT:=@SDKROOT@