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 21:04:53 UTC

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

Author: mturk
Date: Wed Sep 23 19:04:53 2009
New Revision: 818208

URL: http://svn.apache.org/viewvc?rev=818208&view=rev
Log:
+DD32 and +DA2.0 are in conflict

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=818208&r1=818207&r2=818208&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/configure (original)
+++ commons/sandbox/runtime/trunk/src/main/native/configure Wed Sep 23 19:04:53 2009
@@ -553,10 +553,6 @@
         varadds ccflags +DD32
         varadds shflags +DD32
         varadds exflags +DD32
-        if [ ".$mach" = .parisc ]; then
-            varadds ccflags +DA2.0
-            varadds exflags +DA2.0
-        fi
         ;;
     windows-cl|windows32-cl )
         varadds asflags -coff -Cx -Zm -Di386 -DQUIET -D?QUIET
@@ -598,7 +594,7 @@
 if [ ".$bits" = .64 ]; then
     varadds cppopts -D_COMPILE64BIT_SOURCE
 else
-    varadds cppopts -D_FILE_OFFSET_BITS=64
+    test ".$host" != .hpux && varadds cppopts -D_FILE_OFFSET_BITS=64
 fi
 test -d "$topdir/include/arch/$host" && varadds includes "-I$topdir/include/arch/$host"
 test ".$host" != .windows && varadds includes "-I$topdir/include/arch/unix"