8170784: JDK-8038957 broke cross compilation
Reviewed-by: dholmes, ihse
This commit is contained in:
parent
027efc3993
commit
f945d0ba4d
@ -89,4 +89,10 @@ ENABLE_DEBUG_SYMBOLS := false
|
||||
# Control wether Hotspot builds gtest tests
|
||||
BUILD_GTEST := false
|
||||
|
||||
JVM_VARIANTS := server
|
||||
JVM_VARIANTS := server
|
||||
|
||||
# Some users still set EXTRA_*FLAGS on the make command line. Must
|
||||
# make sure to override that when building buildjdk.
|
||||
override EXTRA_CFLAGS :=
|
||||
override EXTRA_CXXFLAGS :=
|
||||
override EXTRA_LDFLAGS :=
|
||||
|
Loading…
x
Reference in New Issue
Block a user