8137013: ar (static linker) broken since JDK-8065912
Reviewed-by: erikj
This commit is contained in:
parent
041790cbca
commit
b7de3f0805
@ -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@
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user