summaryrefslogtreecommitdiff
path: root/build-aux/config.guess
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-05-05 18:51:44 +0000
committerJim Meyering <jim@meyering.net>2006-05-05 18:51:44 +0000
commitb5497557d3db28ca12e36cf6f41b344c5a3b271c (patch)
tree933123091dffeeea325a1a544408fd0cffe485f7 /build-aux/config.guess
parent06ba3a2237d6aab0b973e00a01a2b8aba1615680 (diff)
downloadcoreutils-b5497557d3db28ca12e36cf6f41b344c5a3b271c.tar.xz
update from gnulib
Diffstat (limited to 'build-aux/config.guess')
-rw-r--r--build-aux/config.guess4
1 files changed, 3 insertions, 1 deletions
diff --git a/build-aux/config.guess b/build-aux/config.guess
index 22906b339..7149b1bbb 100644
--- a/build-aux/config.guess
+++ b/build-aux/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
# Inc.
-timestamp='2006-03-13'
+timestamp='2006-04-26'
# 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
@@ -771,6 +771,8 @@ EOF
case ${UNAME_MACHINE} in
pc98)
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/[-(].*//'` ;;
esac