diff options
author | Jim Meyering <jim@meyering.net> | 2002-07-25 07:11:29 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-07-25 07:11:29 +0000 |
commit | 723e226532441db04b9eab81ca1a23b7da3c8926 (patch) | |
tree | 28803999184988c5a686413294e394de7a90eb8d /config | |
parent | 2b4dff206331af2df8c831a28d0998c2b03ecdc4 (diff) | |
download | coreutils-723e226532441db04b9eab81ca1a23b7da3c8926.tar.xz |
update from master
Diffstat (limited to 'config')
-rw-r--r-- | config/config.guess | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/config/config.guess b/config/config.guess index ffcb6435d..fd30ab031 100644 --- a/config/config.guess +++ b/config/config.guess @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002 Free Software Foundation, Inc. -timestamp='2002-07-09' +timestamp='2002-07-23' # 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 @@ -231,6 +231,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in # A Tn.n version is a released field test version. # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. + eval $set_cc_for_build cat <<EOF >$dummy.s .data \$Lformat: @@ -256,7 +257,6 @@ main: jsr \$26,exit .end main EOF - eval $set_cc_for_build $CC_FOR_BUILD $dummy.s -o $dummy 2>/dev/null if test "$?" = 0 ; then case `$dummy` in @@ -281,6 +281,9 @@ EOF 2-1307) UNAME_MACHINE="alphaev68" ;; + 3-1307) + UNAME_MACHINE="alphaev7" + ;; esac fi rm -f $dummy.s $dummy && rmdir $tmpdir @@ -875,7 +878,7 @@ EOF ;; a.out-i386-linux) echo "${UNAME_MACHINE}-pc-linux-gnuaout" - exit 0 ;; + exit 0 ;; coff-i386) echo "${UNAME_MACHINE}-pc-linux-gnucoff" exit 0 ;; |