Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
5cc6a0f7
Commit
5cc6a0f7
authored
Feb 14, 2007
by
Mark Andrews
Browse files
2137. [port] Mips little endian and/or mips 64 bit are now
supported for atomic operations. [RT#16653]
parent
25380f48
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
5cc6a0f7
2137. [port] Mips little endian and/or mips 64 bit are now
supported for atomic operations. [RT#16653]
2136. [bug] nslookup/host looped if there was no search list
and the host didn't exist. [RT #16657]
...
...
configure
View file @
5cc6a0f7
...
...
@@ -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.41
4
2007/02/1
2 00:50:01
marka Exp $
# $Id: configure,v 1.41
5
2007/02/1
4 23:28:17
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.42
7
.
# From configure.in Revision: 1.42
8
.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59.
#
...
...
@@ -28433,7 +28433,7 @@ fi
powerpc-*)
arch=powerpc
;;
mips-*)
mips-*
|mipsel-*|mips64-*|mips64el-*
)
arch=mips
;;
ia64-*)
...
...
configure.in
View file @
5cc6a0f7
...
...
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
AC_DIVERT_POP()dnl
AC_REVISION($Revision: 1.42
7
$)
AC_REVISION($Revision: 1.42
8
$)
AC_INIT(lib/dns/name.c)
AC_PREREQ(2.59)
...
...
@@ -2113,7 +2113,7 @@ main() {
powerpc-*)
arch=powerpc
;;
mips-*)
mips-*
|mipsel-*|mips64-*|mips64el-*
)
arch=mips
;;
ia64-*)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment