mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-26 09:06:38 +12:00
* config.guess (*:NetBSD:*:*): Use only the major release and
minor release number in the triplet. * testsuite/config-guess.data: Add new tests. Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
parent
ca9bfb8cc7
commit
9c63d2fafe
12
ChangeLog
12
ChangeLog
@ -1,3 +1,9 @@
|
||||
2015-07-03 宋冬生 <songdongsheng@live.cn>
|
||||
|
||||
* config.guess (*:NetBSD:*:*): Use only the major release and
|
||||
minor release number in the triplet.
|
||||
* testsuite/config-guess.data: Add new tests.
|
||||
|
||||
2015-06-30 Alexandre Oliva <aoliva@redhat.com>
|
||||
Ben Elliston <bje@gnu.org>
|
||||
|
||||
@ -178,7 +184,7 @@
|
||||
|
||||
2013-10-01 Ben Elliston <bje@gnu.org>
|
||||
|
||||
Reported by Jö Fahlke <jorrit@jorrit.de>.
|
||||
Reported by Jö Fahlke <jorrit@jorrit.de>.
|
||||
* config.sub (k1om, k1om-*): New.
|
||||
* testsuite/config-sub.data: Add test cases.
|
||||
|
||||
@ -640,7 +646,7 @@
|
||||
(mips:Linux:*:* | mips64:Linux:*:*): Simplfy with grep, not sed,
|
||||
to pull CPU= lines from the preprocessor output.
|
||||
|
||||
2009-11-08 Jerker Bäck <jerker.back@gmail.com>
|
||||
2009-11-08 Jerker Bäck <jerker.back@gmail.com>
|
||||
Ben Elliston <bje@gnu.org>
|
||||
|
||||
* config.guess (*:Interix*:*): Allow any uname -r value so that
|
||||
@ -1940,7 +1946,7 @@
|
||||
* config.guess: Detect Convergent 3B1 machines (running AT&T UNIX).
|
||||
Reported by Bruce Lilly <blilly@erols.com>.
|
||||
|
||||
2002-08-22 Urs Janßen <urs@akk.org>
|
||||
2002-08-22 Urs Janßen <urs@akk.org>
|
||||
|
||||
* config.sub: Cosmetic whitespace fixes.
|
||||
|
||||
|
4
config.guess
vendored
4
config.guess
vendored
@ -2,7 +2,7 @@
|
||||
# Attempt to guess a canonical system name.
|
||||
# Copyright 1992-2015 Free Software Foundation, Inc.
|
||||
|
||||
timestamp='2015-06-30'
|
||||
timestamp='2015-07-03'
|
||||
|
||||
# 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
|
||||
@ -221,7 +221,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
|
||||
release='-gnu'
|
||||
;;
|
||||
*)
|
||||
release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
|
||||
release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2`
|
||||
;;
|
||||
esac
|
||||
# Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
|
||||
|
@ -4,6 +4,11 @@
|
||||
aarch64_be ignored Linux ignored ignored aarch64_be-unknown-linux-gnu
|
||||
aarch64 ignored Linux ignored ignored aarch64-unknown-linux-gnu
|
||||
amd64 1.5.12(0.116/4/2) CYGWIN_NT-5.2 ignored ignored x86_64-unknown-cygwin
|
||||
amd64 6.1.4 NetBSD ignored x86_64 x86_64-unknown-netbsd6.1
|
||||
amd64 6.1.5_PATCH NetBSD ignored x86_64 x86_64-unknown-netbsd6.1
|
||||
amd64 7.0_BETA NetBSD ignored x86_64 x86_64-unknown-netbsd7.0
|
||||
amd64 7.0 NetBSD ignored x86_64 x86_64-unknown-netbsd7.0
|
||||
amd64 7.0_RC1 NetBSD ignored x86_64 x86_64-unknown-netbsd7.0
|
||||
arceb ignored Linux ignored ignored arceb-unknown-linux-gnu
|
||||
arc ignored Linux ignored ignored arc-unknown-linux-gnu
|
||||
arm ignored riscos ignored ignored arm-unknown-riscos
|
||||
|
Loading…
x
Reference in New Issue
Block a user