You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/09/23 18:35:21 UTC

svn commit: r818161 - /commons/sandbox/runtime/trunk/src/main/native/configure

Author: mturk
Date: Wed Sep 23 16:35:20 2009
New Revision: 818161

URL: http://svn.apache.org/viewvc?rev=818161&view=rev
Log:
This doesn't mean AIX will be supported

Modified:
    commons/sandbox/runtime/trunk/src/main/native/configure

Modified: commons/sandbox/runtime/trunk/src/main/native/configure
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/configure?rev=818161&r1=818160&r2=818161&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/configure (original)
+++ commons/sandbox/runtime/trunk/src/main/native/configure Wed Sep 23 16:35:20 2009
@@ -502,6 +502,10 @@
         test ".$java_pinc" = . && java_pinc=win32
         ;;
     aix-gcc    )
+        r="`uname -v``uname -r`"
+        varadds cppopts -DAIX=$r
+        varadds ccflags -fPIC -O3 -g
+        varadds ldflags -lrt -lpthreads -lnsl
         echo "Warning : WORK IN PROGRESS"
         ;;
     *       )