Author: mturk
Date: Mon Apr 18 13:10:06 2011
New Revision: 1094560
URL: http://svn.apache.org/viewvc?rev=1094560&view=rev
Log:
Axe aix leftovers
Modified:
commons/sandbox/runtime/trunk/src/main/native/Makefile.unx.in
commons/sandbox/runtime/trunk/src/main/native/configure
Modified: commons/sandbox/runtime/trunk/src/main/native/Makefile.unx.in
URL:
http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/Makefile.unx.in?rev=1094560&r1=1094559&r2=1094560&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/Makefile.unx.in (original)
+++ commons/sandbox/runtime/trunk/src/main/native/Makefile.unx.in Mon Apr 18
13:10:06 2011
@@ -69,8 +69,6 @@ UNIX_SOURCES=\
$(TOPDIR)/os/unix/time.c \
$(TOPDIR)/os/unix/util.c
-AIX_SOURCES=\
- $(TOPDIR)/os/aix/os.c
BSDX_SOURCES=\
$(TOPDIR)/os/bsdx/os.c
DARWIN_SOURCES=\
Modified: commons/sandbox/runtime/trunk/src/main/native/configure
URL:
http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/configure?rev=1094560&r1=1094559&r2=1094560&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/configure (original)
+++ commons/sandbox/runtime/trunk/src/main/native/configure Mon Apr 18 13:10:06
2011
@@ -523,7 +523,7 @@ case "$host-$mach" in
*-*64 )
test ".$bits" = . && bits=64
;;
- *-i386|darwin-ppc|aix-ppc )
+ *-i386|darwin-ppc )
test ".$bits" = . && bits=32
;;
esac
@@ -801,9 +801,6 @@ EOF
hpux-* )
$cc -v -E $cccsrc.c >>$configlog 2>&1
;;
- aix-cc )
- $cc -qshowmacros -E $cccsrc.c >>$configlog 2>&1
- ;;
esac
echo "" >>$configlog
rm -rf $cccsrc.* $cccsrc >/dev/null 2>&1 || true