changeset 18091:ef094eb56992

autoupdate
author Karl Berry <karl@freefriends.org>
date Mon, 14 Sep 2015 13:08:27 -0700
parents be2e72cc9933
children 3b681ffb6097
files build-aux/config.guess
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/build-aux/config.guess	Sun Sep 13 09:48:04 2015 -0700
+++ b/build-aux/config.guess	Mon Sep 14 13:08:27 2015 -0700
@@ -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 @@
     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 ;;