8137013: ar (static linker) broken since JDK-8065912

Reviewed-by: erikj
This commit is contained in:
Magnus Ihse Bursie 2015-09-25 08:43:21 +02:00
parent 041790cbca
commit b7de3f0805

View File

@ -36,6 +36,11 @@ CONFIGURE_COMMAND_LINE:=@CONFIGURE_COMMAND_LINE@
# A self-referential reference to this file.
SPEC:=@SPEC@
# SPACE is defined in MakeBase.gmk, but it is also used in := rules here for some
# toolchains, and is needed if MakeBase.gmk is not included before this file.
X:=
SPACE:=$(X) $(X)
# What make to use for main processing, after bootstrapping top-level Makefile.
MAKE := @MAKE@