diff options
author | Karl Berry <karl@freefriends.org> | 2018-05-05 00:23:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-05-05 00:23:41 +0000 |
commit | b6a7cb864da403cf819ffb4b5b543139140034be (patch) | |
tree | 13acc33ccc9da993bd91fe0374af881649e394e1 /Build/source/utils | |
parent | 931b2f3fd3c27c47d3b018e2387d06997c0a52dc (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@47618 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils')
-rwxr-xr-x | 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 6b0995df166..703b313a31b 100755 --- a/Build/source/utils/asymptote/config.sub +++ b/Build/source/utils/asymptote/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2018 Free Software Foundation, Inc. -timestamp='2018-05-01' +timestamp='2018-05-03' # 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 @@ -114,7 +114,7 @@ esac # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in - nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ + 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* | cloudabi*-eabi* | \ |