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

svn commit: r536863 - /harmony/enhanced/drlvm/trunk/build/make/components/vm/jitrino.xml

Author: ayza
Date: Thu May 10 06:24:20 2007
New Revision: 536863

URL: http://svn.apache.org/viewvc?view=rev&rev=536863
Log:
Committing patch for HARMONY-3526 ([drlvm][winx64][build] HWA fails on drlvm on host w/o msvc installed)

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

Modified: harmony/enhanced/drlvm/trunk/build/make/components/vm/jitrino.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/components/vm/jitrino.xml?view=diff&rev=536863&r1=536862&r2=536863
==============================================================================
--- harmony/enhanced/drlvm/trunk/build/make/components/vm/jitrino.xml (original)
+++ harmony/enhanced/drlvm/trunk/build/make/components/vm/jitrino.xml Thu May 10 06:24:20 2007
@@ -307,19 +307,7 @@
                 </select>
 
                 <select arch="em64t">
-                    <linkerarg value="/MACHINE:AMD64" />
-                    <linkerarg value="/NODEFAULTLIB:libcmt.lib" /> 
-                    <linkerarg value="/NODEFAULTLIB:libcmtd.lib" /> 
-                    <linkerarg value="/NODEFAULTLIB:libcpmt.lib" />
-                </select>
-
-                <select arch="em64t">
-                    <select cfg="debug">
-                        <syslibset type="static" libs="msvcrtd,msvcmrtd,msvcrt,msvcurtd,libcpmtd,mscoree" />
-                    </select>
-                    <select cfg="release">
-                        <syslibset type="static" libs="msvcrt,msvcmrt,msvcrt,msvcrt,libcpmt,mscoree" />
-                    </select>
+                    <linkerarg value="/MACHINE:X64" />
                 </select>
 
                 <select arch="ia32">