You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2008/01/09 12:25:42 UTC

svn commit: r610343 - in /harmony/enhanced: classlib/trunk/make/properties.xml jdktools/trunk/make/properties.xml

Author: hindessm
Date: Wed Jan  9 03:25:01 2008
New Revision: 610343

URL: http://svn.apache.org/viewvc?rev=610343&view=rev
Log:
Fix for building with sablevm-based jre.

Modified:
    harmony/enhanced/classlib/trunk/make/properties.xml
    harmony/enhanced/jdktools/trunk/make/properties.xml

Modified: harmony/enhanced/classlib/trunk/make/properties.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/make/properties.xml?rev=610343&r1=610342&r2=610343&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/make/properties.xml (original)
+++ harmony/enhanced/classlib/trunk/make/properties.xml Wed Jan  9 03:25:01 2008
@@ -127,6 +127,7 @@
             <or>
                 <equals arg1="x86" arg2="${os.arch}"/>
                 <equals arg1="i386" arg2="${os.arch}"/>
+                <equals arg1="i686" arg2="${os.arch}"/>
             </or>
         </and>
     </condition>

Modified: harmony/enhanced/jdktools/trunk/make/properties.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/jdktools/trunk/make/properties.xml?rev=610343&r1=610342&r2=610343&view=diff
==============================================================================
--- harmony/enhanced/jdktools/trunk/make/properties.xml (original)
+++ harmony/enhanced/jdktools/trunk/make/properties.xml Wed Jan  9 03:25:01 2008
@@ -107,6 +107,7 @@
             <or>
                 <equals arg1="x86" arg2="${os.arch}"/>
                 <equals arg1="i386" arg2="${os.arch}"/>
+                <equals arg1="i686" arg2="${os.arch}"/>
             </or>
         </and>
     </condition>