mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-09 21:19:38 +00:00
6806046: Hotspot build error when compiled from Visual Studio
Define HOTSPOT_LIB_ARCH in the preprocessor flags of the generated projects Reviewed-by: kamg, xlu
This commit is contained in:
parent
b4e9e47b74
commit
6aec7d2ea9
@ -247,6 +247,7 @@ class BuildConfig {
|
||||
sysDefines.add("HOTSPOT_BUILD_USER="+System.getProperty("user.name"));
|
||||
sysDefines.add("HOTSPOT_BUILD_TARGET=\\\""+get("Build")+"\\\"");
|
||||
sysDefines.add("_JNI_IMPLEMENTATION_");
|
||||
sysDefines.add("HOTSPOT_LIB_ARCH=\\\"i486\\\"");
|
||||
|
||||
sysDefines.addAll(defines);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user