You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kato-commits@incubator.apache.org by sp...@apache.org on 2009/09/10 12:59:35 UTC

svn commit: r813412 - /incubator/kato/trunk/org.apache.kato/kato.native/kato.native.cjvmti/aix/pom.xml

Author: spoole
Date: Thu Sep 10 12:59:34 2009
New Revision: 813412

URL: http://svn.apache.org/viewvc?rev=813412&view=rev
Log:
first attempt to get AIX version if CJVMTI lib building

Modified:
    incubator/kato/trunk/org.apache.kato/kato.native/kato.native.cjvmti/aix/pom.xml

Modified: incubator/kato/trunk/org.apache.kato/kato.native/kato.native.cjvmti/aix/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.native/kato.native.cjvmti/aix/pom.xml?rev=813412&r1=813411&r2=813412&view=diff
==============================================================================
--- incubator/kato/trunk/org.apache.kato/kato.native/kato.native.cjvmti/aix/pom.xml (original)
+++ incubator/kato/trunk/org.apache.kato/kato.native/kato.native.cjvmti/aix/pom.xml Thu Sep 10 12:59:34 2009
@@ -31,6 +31,8 @@
         <artifactId>native-maven-plugin</artifactId>
         <extensions>true</extensions>   
         <configuration>
+         <compilerProvider>generic-classic</compilerProvider>
+         <compilerExecutable>/usr/vac/bin/cc</compilerExecutable>
           <compilerStartOptions>
             <compilerStartOption>-fPIC -O</compilerStartOption>
           </compilerStartOptions>