X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=config.guess;h=deaf2c46a68e9d2a86ca2bb745ab4218c22951ae;hb=cd6c3b4ffc4ea6f56f12581419e2eed885441beb;hp=b422c438075054b637d6320d09ad73a88a25ac97;hpb=b43b853577ed4fb6cc19b1faa17e8fbea3c58be7;p=deliverable%2Fbinutils-gdb.git diff --git a/config.guess b/config.guess index b422c43807..deaf2c46a6 100755 --- a/config.guess +++ b/config.guess @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2016 Free Software Foundation, Inc. -timestamp='2016-05-23' +timestamp='2016-05-27' # 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 @@ -307,7 +307,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. - echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz` + echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` # Reset EXIT trap before exiting to avoid spurious non-zero exit code. exitcode=$? trap '' 0