From: Karl Berry Date: Mon, 14 Sep 2015 20:08:27 +0000 (-0700) Subject: autoupdate X-Git-Tag: v1.0~6967 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=b3ade652aaa7b5ee1d6d914f9608fa0ad396a9c7;p=gnulib.git autoupdate --- diff --git a/build-aux/config.guess b/build-aux/config.guess index 16592509d4..3c022c5bb8 100755 --- a/build-aux/config.guess +++ b/build-aux/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 ;;