aboutsummaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2018-11-05 17:32:22 +1100
committerBen Elliston <bje@gnu.org>2018-11-05 17:32:22 +1100
commitde4b0bfa5234ad6e7a2eb11410b7db72df946cec (patch)
tree03e7d1d5cf4d845278af1a13df35b1f3a2324a5a /config.guess
parenta0b1afa98bdd657efe80c42ef6892e1a417dbf66 (diff)
downloaddejagnu-de4b0bfa5234ad6e7a2eb11410b7db72df946cec.zip
dejagnu-de4b0bfa5234ad6e7a2eb11410b7db72df946cec.tar.gz
dejagnu-de4b0bfa5234ad6e7a2eb11410b7db72df946cec.tar.bz2
* config.guess: Update to latest version.
* config.sub: Likewise.
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.guess b/config.guess
index ba6af63..18f8edc 100755
--- a/config.guess
+++ b/config.guess
@@ -2,7 +2,7 @@
# Attempt to guess a canonical system name.
# Copyright 1992-2018 Free Software Foundation, Inc.
-timestamp='2018-07-18'
+timestamp='2018-08-29'
# 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
@@ -126,7 +126,7 @@ set_cc_for_build() {
# This is needed to find uname on a Pyramid OSx when run in the BSD universe.
# (ghazi@noc.rutgers.edu 1994-08-24)
-if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
+if test -f /.attbin/uname ; then
PATH=$PATH:/.attbin ; export PATH
fi
@@ -838,7 +838,7 @@ EOF
*:BSD/OS:*:*)
echo "$UNAME_MACHINE"-unknown-bsdi"$UNAME_RELEASE"
exit ;;
- arm*:FreeBSD:*:*)
+ arm:FreeBSD:*:*)
UNAME_PROCESSOR=`uname -p`
set_cc_for_build
if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
@@ -890,7 +890,7 @@ EOF
echo "$UNAME_MACHINE"-pc-uwin
exit ;;
amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
- echo x86_64-unknown-cygwin
+ echo x86_64-pc-cygwin
exit ;;
prep*:SunOS:5.*:*)
echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"