You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by gs...@apache.org on 2007/03/05 17:15:30 UTC

svn commit: r514719 - /harmony/enhanced/drlvm/trunk/build/make/components/vm/vmcore.xml

Author: gshimansky
Date: Mon Mar  5 08:15:29 2007
New Revision: 514719

URL: http://svn.apache.org/viewvc?view=rev&rev=514719
Log:
Applied HARMONY-3301 [drlvm][winx64] cannot build DRLVM release


Modified:
    harmony/enhanced/drlvm/trunk/build/make/components/vm/vmcore.xml

Modified: harmony/enhanced/drlvm/trunk/build/make/components/vm/vmcore.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/components/vm/vmcore.xml?view=diff&rev=514719&r1=514718&r2=514719
==============================================================================
--- harmony/enhanced/drlvm/trunk/build/make/components/vm/vmcore.xml (original)
+++ harmony/enhanced/drlvm/trunk/build/make/components/vm/vmcore.xml Mon Mar  5 08:15:29 2007
@@ -330,9 +330,14 @@
                         dir="${external.dep.CLASSLIB.libdir}" />			
             </select>
 
-            <select os="win" cfg="debug">
-                <linkerarg value="/NODEFAULTLIB:libcmt.lib" />
-                <linkerarg value="/NODEFAULTLIB:msvcrt.lib" />
+            <select os="win">
+                <select cfg="debug">
+                    <linkerarg value="/NODEFAULTLIB:libcmt.lib" />
+                    <linkerarg value="/NODEFAULTLIB:msvcrt.lib" />
+                </select>
+                <select arch="em64t" cfg="release">
+                    <linkerarg value="/NODEFAULTLIB:msvcrt.lib" />
+                </select>
             </select>
 
             <select os="lnx">