summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/config.guess
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-09-16 01:20:00 +0000
committerKarl Berry <karl@freefriends.org>2015-09-16 01:20:00 +0000
commitcb3ddf3d15bb1723c728dee6ae64a5c8683860cd (patch)
tree6d99b685d69e307b3ba74c3a0bde88c15a6865cb /Build/source/utils/asymptote/config.guess
parent0cbbf6c9efdcf73eba19ec3916f34cc5f616b679 (diff)
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@38384 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/config.guess')
-rw-r--r--Build/source/utils/asymptote/config.guess5
1 files changed, 4 insertions, 1 deletions
diff --git a/Build/source/utils/asymptote/config.guess b/Build/source/utils/asymptote/config.guess
index 16592509d49..3c022c5bb8b 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-2015 Free Software Foundation, Inc.
-timestamp='2015-08-20'
+timestamp='2015-09-14'
# 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
@@ -965,6 +965,9 @@ EOF
ia64:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
exit ;;
+ k1om:Linux:*:*)
+ echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
+ exit ;;
m32r*:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
exit ;;