]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2956. [port] Enable atomic operations on the PowerPC64. [RT #21899]
authorMark Andrews <marka@isc.org>
Mon, 13 Sep 2010 07:06:05 +0000 (07:06 +0000)
committerMark Andrews <marka@isc.org>
Mon, 13 Sep 2010 07:06:05 +0000 (07:06 +0000)
CHANGES
configure
configure.in

diff --git a/CHANGES b/CHANGES
index 2b6f117835d95b4753c0799d9877625ce00ea70b..765d2680bd26868825086f33bcf4c173f45d4c67 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+2956.  [port]          Enable atomic operations on the PowerPC64. [RT #21899]
+
 2955.  [func]          Provide more detail in the recursing log. [RT #22043]
 
 2954.  [bug]           contrib: dlz_mysql_driver.c bad error handling on
index 6868c75192f51be4bcfec8792ae965785f220c26..4c52eee94dfbf09b12948865f8a5f3dda5c47def 100755 (executable)
--- a/configure
+++ b/configure
@@ -14,7 +14,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 #
-# $Id: configure,v 1.484 2010/08/16 04:49:14 marka Exp $
+# $Id: configure,v 1.485 2010/09/13 07:06:05 marka Exp $
 #
 # Portions Copyright (C) 1996-2001  Nominum, Inc.
 #
@@ -29,7 +29,7 @@
 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
 # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-# From configure.in Revision: 1.501 .
+# From configure.in Revision: 1.502 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.62.
 #
@@ -32566,7 +32566,7 @@ fi
        alpha*-*)
                arch=alpha
        ;;
-       powerpc-*)
+       powerpc-*|powerpc64-*)
                arch=powerpc
        ;;
        mips-*|mipsel-*|mips64-*|mips64el-*)
index cb22efeb5c6f8fa1e5be739f13fa733580a899f7..b5c5a07c984c464cc84ab216fbff2c729f097bed 100644 (file)
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
 esyscmd([sed "s/^/# /" COPYRIGHT])dnl
 AC_DIVERT_POP()dnl
 
-AC_REVISION($Revision: 1.501 $)
+AC_REVISION($Revision: 1.502 $)
 
 AC_INIT(lib/dns/name.c)
 AC_PREREQ(2.59)
@@ -2545,7 +2545,7 @@ main() {
        alpha*-*)
                arch=alpha
        ;;
-       powerpc-*)
+       powerpc-*|powerpc64-*)
                arch=powerpc
        ;;
        mips-*|mipsel-*|mips64-*|mips64el-*)