diff options
author | Karl Berry <karl@freefriends.org> | 2012-08-02 02:43:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-08-02 02:43:22 +0000 |
commit | 90a59dbf5bffc7ecade7b2e3be9324e7ebfd155a (patch) | |
tree | 8b6edac638a4a95d95d4425d82258e7dac3d2beb /Build/source/utils/asymptote/config.guess | |
parent | bfcdb702ddc35cb1ee245d9ee569501b4782ba61 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@27279 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/config.guess')
-rw-r--r-- | Build/source/utils/asymptote/config.guess | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Build/source/utils/asymptote/config.guess b/Build/source/utils/asymptote/config.guess index 55bd246a3ba..ad5f74ab8c3 100644 --- a/Build/source/utils/asymptote/config.guess +++ b/Build/source/utils/asymptote/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012 Free Software Foundation, Inc. -timestamp='2012-07-29' +timestamp='2012-07-31' # 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 @@ -805,6 +805,9 @@ EOF i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin exit ;; + *:MINGW64*:*) + echo ${UNAME_MACHINE}-pc-mingw64 + exit ;; *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; |