diff options
author | Karl Berry <karl@freefriends.org> | 2018-10-28 00:23:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-10-28 00:23:25 +0000 |
commit | 957ea3059c7be61b1ffd5c18f259dd56f7c28e67 (patch) | |
tree | 9388422e1feb2aed1c9008e7006229fd320c2010 /Build/source/utils/asymptote/config.guess | |
parent | 92e7fed8aa9d2bb729c67158cac7acfbda5008ad (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@49007 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/config.guess')
-rwxr-xr-x | Build/source/utils/asymptote/config.guess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/utils/asymptote/config.guess b/Build/source/utils/asymptote/config.guess index b33c9e890e0..18f8edc0ff5 100755 --- a/Build/source/utils/asymptote/config.guess +++ b/Build/source/utils/asymptote/config.guess @@ -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/[^.]*//'`" |