mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-26 09:06:38 +12:00
* 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:
parent
c4d5b5f44e
commit
869aecc8c8
@ -1,3 +1,9 @@
|
||||
2015-09-14 Ben Elliston <bje@gnu.org>
|
||||
|
||||
Reported by Jan Stypka <jasieek@student.agh.edu.pl>.
|
||||
* config.guess (k1om:Linux:*:*): New.
|
||||
* testsuite/config-guess.data: Add a test case.
|
||||
|
||||
2015-08-20 Jonas 'Sortie' Termansen <sortie@maxsi.org>
|
||||
|
||||
* config.guess (*:Sortix:*:*): New.
|
||||
|
5
config.guess
vendored
5
config.guess
vendored
@ -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 ;;
|
||||
|
@ -49,6 +49,7 @@ i786-pc ignored windows32 ignored ignored i786-pc-mingw32
|
||||
i86pc 5.0 AuroraUX ignored ignored i386-pc-auroraux5.0
|
||||
i86xen 5.0 AuroraUX ignored ignored i386-pc-auroraux5.0
|
||||
IA64 6.0 Interix ignored ignored ia64-unknown-interix6.0
|
||||
k1om 2.6.38 Linux ignored ignored k1om-unknown-linux-gnu
|
||||
macppc 1.0 MirBSD ignored ignored powerpc-unknown-mirbsd1.0
|
||||
NEO-1 1.0 NONSTOP_KERNEL ignored ignored neo-tandem-nsk1.0
|
||||
NSE-1 1.0 NONSTOP_KERNEL ignored ignored nse-tandem-nsk1.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user