diff options
author | Karl Berry <karl@freefriends.org> | 2019-07-25 22:41:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-07-25 22:41:09 +0000 |
commit | 7caab39be36f3f108b9017f3e636284b14d59355 (patch) | |
tree | 5d8b14be6da68f275a8326015fd02828f1f69d42 /Build/source/libs/icu | |
parent | c90744cbcadc998be2a881fb12c5ea92cdb39a29 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@51732 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/icu')
-rwxr-xr-x | Build/source/libs/icu/icu-src/source/config.guess | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/libs/icu/icu-src/source/config.guess b/Build/source/libs/icu/icu-src/source/config.guess index 41b8b854c02..97ad0733304 100755 --- a/Build/source/libs/icu/icu-src/source/config.guess +++ b/Build/source/libs/icu/icu-src/source/config.guess @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2019 Free Software Foundation, Inc. -timestamp='2019-06-10' +timestamp='2019-07-24' # 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 @@ -278,8 +278,8 @@ case "$UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION" in echo "$UNAME_MACHINE"-unknown-redox exit ;; mips:OSF1:*.*) - echo mips-dec-osf1 - exit ;; + echo mips-dec-osf1 + exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in *4.0) |