6806046: Hotspot build error when compiled from Visual Studio

Thu, 19 Feb 2009 04:54:22 -0500

author
ikrylov
date
Thu, 19 Feb 2009 04:54:22 -0500
changeset 1027
82e4d969e7cb
parent 1025
3264b1424f72
child 1028
1b68c738c0d9

6806046: Hotspot build error when compiled from Visual Studio
Summary: Define HOTSPOT_LIB_ARCH in the preprocessor flags of the generated projects
Reviewed-by: kamg, xlu

src/share/tools/MakeDeps/BuildConfig.java file | annotate | diff | comparison | revisions
     1.1 --- a/src/share/tools/MakeDeps/BuildConfig.java	Sun Feb 15 20:09:02 2009 -0800
     1.2 +++ b/src/share/tools/MakeDeps/BuildConfig.java	Thu Feb 19 04:54:22 2009 -0500
     1.3 @@ -247,6 +247,7 @@
     1.4          sysDefines.add("HOTSPOT_BUILD_USER="+System.getProperty("user.name"));
     1.5          sysDefines.add("HOTSPOT_BUILD_TARGET=\\\""+get("Build")+"\\\"");
     1.6          sysDefines.add("_JNI_IMPLEMENTATION_");
     1.7 +        sysDefines.add("HOTSPOT_LIB_ARCH=\\\"i486\\\"");
     1.8  
     1.9          sysDefines.addAll(defines);
    1.10  

mercurial