2956. [port] Enable atomic operations on the PowerPC64. [RT #21899]

This commit is contained in:
Mark Andrews
2010-09-13 07:06:05 +00:00
parent f56ced0b9d
commit ad9107efaa
3 changed files with 7 additions and 5 deletions

View File

@@ -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

6
configure vendored
View File

@@ -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-*)

View 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-*)