diff options
author | Karl Berry <karl@freefriends.org> | 2016-08-28 01:18:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-08-28 01:18:16 +0000 |
commit | c9b7f7b7795573aaf969d827eb0cb9befcb7b201 (patch) | |
tree | cd58a6dddd6f1b190c2bb890a4a29f1f52d42876 /Build/source/utils | |
parent | 475ba13d6ec4013bb8cddbcf611d3c99d74bdb5e (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@41943 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils')
-rw-r--r-- | Build/source/utils/asymptote/config.sub | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/utils/asymptote/config.sub b/Build/source/utils/asymptote/config.sub index 9feb73bf088..a1f8229449d 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-06-20' +timestamp='2016-08-25' # 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 @@ -1030,7 +1030,7 @@ case $basic_machine in ppc-* | ppcbe-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` ;; - ppcle | powerpclittle | ppc-le | powerpc-little) + ppcle | powerpclittle) basic_machine=powerpcle-unknown ;; ppcle-* | powerpclittle-*) @@ -1040,7 +1040,7 @@ case $basic_machine in ;; ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` ;; - ppc64le | powerpc64little | ppc64-le | powerpc64-little) + ppc64le | powerpc64little) basic_machine=powerpc64le-unknown ;; ppc64le-* | powerpc64little-*) |