From: Mark Andrews Date: Mon, 13 Sep 2010 07:06:05 +0000 (+0000) Subject: 2956. [port] Enable atomic operations on the PowerPC64. [RT #21899] X-Git-Tag: v9.8.0-P1~438 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=ad9107efaaae2407cf11bf0c55407d8daed2e2d4;p=thirdparty%2Fbind9.git 2956. [port] Enable atomic operations on the PowerPC64. [RT #21899] --- diff --git a/CHANGES b/CHANGES index 2b6f117835d..765d2680bd2 100644 --- 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 diff --git a/configure b/configure index 6868c75192f..4c52eee94df 100755 --- 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-*) diff --git a/configure.in b/configure.in index cb22efeb5c6..b5c5a07c984 100644 --- a/configure.in +++ b/configure.in @@ -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-*)