mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-26 09:06:38 +12:00
* config.guess (arm:*:riscos:*): Allow arm*.
* testsuite/config-guess.data: Add a test case. Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
parent
062587eaa8
commit
e64279b1f7
@ -1,3 +1,8 @@
|
||||
2012-09-25 Theo Markettos <theo@markettos.org.uk>
|
||||
|
||||
* config.guess (arm:*:riscos:*): Allow arm*.
|
||||
* testsuite/config-guess.data: Add a test case.
|
||||
|
||||
2012-08-18 Anthony G. Basile <blueness@gentoo.org>
|
||||
|
||||
* config.sub (linux-musl*): New.
|
||||
|
4
config.guess
vendored
4
config.guess
vendored
@ -4,7 +4,7 @@
|
||||
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
|
||||
# 2011, 2012 Free Software Foundation, Inc.
|
||||
|
||||
timestamp='2012-08-14'
|
||||
timestamp='2012-09-25'
|
||||
|
||||
# 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
|
||||
@ -306,7 +306,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
|
||||
arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
|
||||
echo arm-acorn-riscix${UNAME_RELEASE}
|
||||
exit ;;
|
||||
arm:riscos:*:*|arm:RISCOS:*:*)
|
||||
arm*:riscos:*:*|arm*:RISCOS:*:*)
|
||||
echo arm-unknown-riscos
|
||||
exit ;;
|
||||
SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*)
|
||||
|
@ -6,6 +6,7 @@ aarch64_be ignored Linux ignored aarch64_be-unknown-linux-gnu
|
||||
amd64 1.5.12(0.116/4/2) CYGWIN_NT-5.2 ignored x86_64-unknown-cygwin
|
||||
arm ignored riscos ignored arm-unknown-riscos
|
||||
arm ignored RISCOS ignored arm-unknown-riscos
|
||||
armv4l ignored riscos ignored arm-unknown-riscos
|
||||
authenticamd 6.0 Interix ignored x86_64-unknown-interix6.0
|
||||
avr32 2.6.15 Linux ignored avr32-unknown-linux-gnu
|
||||
BePC 1.0 Haiku ignored i586-pc-haiku
|
||||
|
Loading…
x
Reference in New Issue
Block a user