* config.guess (k1om:Linux:*:*): New.

* testsuite/config-guess.data: Add a test case.

	Reported by Jan Stypka <jasieek@student.agh.edu.pl>.
This commit is contained in:
Ben Elliston
2015-09-14 09:50:28 +10:00
parent c4d5b5f44e
commit 869aecc8c8
3 changed files with 11 additions and 1 deletions

5
config.guess vendored
View File

@ -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 ;;