mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 18:46:38 +12:00
* config.guess (amd64:FreeBSD:*:*) Detect as x86_64.
* testsuite/config-guess.data: Add test case.
This commit is contained in:
parent
5280f7c33a
commit
4e3da806cd
@ -1,3 +1,9 @@
|
|||||||
|
2006-04-26 Bruno Haible <bruno@clisp.org>
|
||||||
|
Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
|
* config.guess (amd64:FreeBSD:*:*) Detect as x86_64.
|
||||||
|
* testsuite/config-guess.data: Add test case.
|
||||||
|
|
||||||
2006-03-13 Ben Elliston <bje@gnu.org>
|
2006-03-13 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
Revert these patches at Earnie Boyd's request:
|
Revert these patches at Earnie Boyd's request:
|
||||||
|
4
config.guess
vendored
4
config.guess
vendored
@ -4,7 +4,7 @@
|
|||||||
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
|
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
|
||||||
# Inc.
|
# Inc.
|
||||||
|
|
||||||
timestamp='2006-03-13'
|
timestamp='2006-04-26'
|
||||||
|
|
||||||
# This file is free software; you can redistribute it and/or modify it
|
# This file is free software; you can redistribute it and/or modify it
|
||||||
# under the terms of the GNU General Public License as published by
|
# under the terms of the GNU General Public License as published by
|
||||||
@ -771,6 +771,8 @@ EOF
|
|||||||
case ${UNAME_MACHINE} in
|
case ${UNAME_MACHINE} in
|
||||||
pc98)
|
pc98)
|
||||||
echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
|
echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
|
||||||
|
amd64)
|
||||||
|
echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
|
||||||
*)
|
*)
|
||||||
echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
|
echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
|
||||||
esac
|
esac
|
||||||
|
@ -20,3 +20,4 @@ pc98 7.0 FreeBSD ignored i386-unknown-freebsd7.0
|
|||||||
i586 1.0 SolidBSD ignored i586-unknown-solidbsd1.0
|
i586 1.0 SolidBSD ignored i586-unknown-solidbsd1.0
|
||||||
i686 5.4-1-686 GNU/kFreeBSD ignored i686-unknown-kfreebsd5.4-gnu
|
i686 5.4-1-686 GNU/kFreeBSD ignored i686-unknown-kfreebsd5.4-gnu
|
||||||
EM64T 5.2 Interix ignored x86_64-unknown-interix5.2
|
EM64T 5.2 Interix ignored x86_64-unknown-interix5.2
|
||||||
|
amd64 5.2 FreeBSD ignored x86_64-unknown-freebsd5.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user