You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by va...@apache.org on 2006/12/06 14:45:07 UTC

svn commit: r483078 - /harmony/enhanced/drlvm/trunk/build/make/targets/common_vm.xml

Author: varlax
Date: Wed Dec  6 05:45:06 2006
New Revision: 483078

URL: http://svn.apache.org/viewvc?view=rev&rev=483078
Log:
Added missing HYX86_64 define for consistency.

Modified:
    harmony/enhanced/drlvm/trunk/build/make/targets/common_vm.xml

Modified: harmony/enhanced/drlvm/trunk/build/make/targets/common_vm.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/targets/common_vm.xml?view=diff&rev=483078&r1=483077&r2=483078
==============================================================================
--- harmony/enhanced/drlvm/trunk/build/make/targets/common_vm.xml (original)
+++ harmony/enhanced/drlvm/trunk/build/make/targets/common_vm.xml Wed Dec  6 05:45:06 2006
@@ -61,6 +61,7 @@
                 <defineset define="_EM64T_" />
                 <defineset define="POINTER64" />
                 <defineset define="LAZY_LOCK" />
+                <defineset define="HYX86_64" />
             </select>
 
             <select os="win">