diff options
author | Karl Berry <karl@freefriends.org> | 2017-03-07 01:05:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-03-07 01:05:43 +0000 |
commit | 78cc0e8d7d1977f9cf5c8c9ba3d9de81ed6e03a3 (patch) | |
tree | 5346be10dc509aeaf630d9a2a0409b8a4dd36f07 /Build/source/utils/asymptote | |
parent | 0ff2ca0de81c8ba5158ec59919289e34cd5561e7 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@43421 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote')
-rw-r--r-- | Build/source/utils/asymptote/config.guess | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Build/source/utils/asymptote/config.guess b/Build/source/utils/asymptote/config.guess index 1000e2bd92e..69ed3e573bb 100644 --- a/Build/source/utils/asymptote/config.guess +++ b/Build/source/utils/asymptote/config.guess @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2017 Free Software Foundation, Inc. -timestamp='2017-02-07' +timestamp='2017-03-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 @@ -837,10 +837,11 @@ EOF UNAME_PROCESSOR=`/usr/bin/uname -p` case ${UNAME_PROCESSOR} in amd64) - echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; - *) - echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + UNAME_PROCESSOR=x86_64 ;; + i386) + UNAME_PROCESSOR=i586 ;; esac + echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` exit ;; i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin |