From b3ade652aaa7b5ee1d6d914f9608fa0ad396a9c7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 14 Sep 2015 13:08:27 -0700 Subject: [PATCH] autoupdate --- build-aux/config.guess | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 ;; -- 2.39.5