]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2044. [port] add support for atomic operations for Itanium.
authorMark Andrews <marka@isc.org>
Wed, 21 Jun 2006 03:40:40 +0000 (03:40 +0000)
committerMark Andrews <marka@isc.org>
Wed, 21 Jun 2006 03:40:40 +0000 (03:40 +0000)
                        [RT #16179]

CHANGES
configure
configure.in

diff --git a/CHANGES b/CHANGES
index 14f70448338de8548e2e546f36f2be3b988bfe9e..46c16b3a76f5cc8cf420c7b78fe78fd9c84eb2bb 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+2044.  [port]          add support for atomic operations for Itanium.
+                       [RT #16179]
+
 2043.  [port]          nsupdate/nslookup: Force the flushing of the prompt
                        for interactive sessions. [RT#16148]
 
index 2be2e0770cc4ced84eebeab3dbf7ae605325ef38..52f80c28c3b436c2ad61c0e5ea4cc71cea36f794 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.339.18.52 2006/06/20 07:00:26 marka Exp $
+# $Id: configure,v 1.339.18.53 2006/06/21 03:39:20 marka Exp $
 #
 # Portions Copyright (C) 1996-2001  Nominum, Inc.
 #
@@ -27930,6 +27930,9 @@ fi
        mips-*)
                arch=mips
        ;;
+       ia64-*)
+               arch=ia64
+       ;;
        *)
                have_atomic=no
                arch=noatomic
index 747b6b1a0b99529738ab0e6592c75e63171dc97f..e37371af37fbffe4203410bda127f5ab41a905c1 100644 (file)
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
 esyscmd([sed "s/^/# /" COPYRIGHT])dnl
 AC_DIVERT_POP()dnl
 
-AC_REVISION($Revision: 1.355.18.52 $)
+AC_REVISION($Revision: 1.355.18.53 $)
 
 AC_INIT(lib/dns/name.c)
 AC_PREREQ(2.59)
@@ -1943,6 +1943,9 @@ main() {
        mips-*)
                arch=mips
        ;;
+       ia64-*)
+               arch=ia64
+       ;;
        *)
                have_atomic=no
                arch=noatomic