mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8198652: Stop linking with -base:0x8000000 on Windows
Reviewed-by: tbell, ihse, stuefe
This commit is contained in:
parent
ac1953d7cc
commit
902048c325
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ AC_DEFUN([FLAGS_SETUP_LDFLAGS_HELPER],
|
||||||
elif test "x$TOOLCHAIN_TYPE" = xmicrosoft; then
|
elif test "x$TOOLCHAIN_TYPE" = xmicrosoft; then
|
||||||
BASIC_LDFLAGS="-nologo -opt:ref"
|
BASIC_LDFLAGS="-nologo -opt:ref"
|
||||||
BASIC_LDFLAGS_JDK_ONLY="-incremental:no"
|
BASIC_LDFLAGS_JDK_ONLY="-incremental:no"
|
||||||
BASIC_LDFLAGS_JVM_ONLY="-opt:icf,8 -subsystem:windows -base:0x8000000"
|
BASIC_LDFLAGS_JVM_ONLY="-opt:icf,8 -subsystem:windows"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Setup OS-dependent LDFLAGS
|
# Setup OS-dependent LDFLAGS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue