diff options
author | Karl Berry <karl@freefriends.org> | 2016-09-07 01:16:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-09-07 01:16:37 +0000 |
commit | 9e9685b8f80fd84105c21dc1c50f4e8ab723a93d (patch) | |
tree | d6c32dc85fad894a1d908678d06fb5959f562d59 /Build/source/utils | |
parent | 260a80faffa4bb152d481760006b6c4d0a036f07 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@42006 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils')
-rw-r--r-- | Build/source/utils/asymptote/config.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/utils/asymptote/config.sub b/Build/source/utils/asymptote/config.sub index a1f8229449d..cc69b06765a 100644 --- a/Build/source/utils/asymptote/config.sub +++ b/Build/source/utils/asymptote/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2016 Free Software Foundation, Inc. -timestamp='2016-08-25' +timestamp='2016-09-05' # 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 @@ -117,7 +117,7 @@ case $maybe_os in nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ knetbsd*-gnu* | netbsd*-gnu* | netbsd*-eabi* | \ - kopensolaris*-gnu* | \ + kopensolaris*-gnu* | cloudabi*-eabi* | \ storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` |