mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* config.guess (*:Minix:*:*): Accept any machine.
* testsuite/config-guess.data: Add a test case. Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
parent
a06fbed616
commit
0388bdcb11
@ -1,3 +1,9 @@
|
|||||||
|
2018-06-26 Sevan Janiyan <venture37@geeklan.co.uk>
|
||||||
|
Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
|
* config.guess (*:Minix:*:*): Accept any machine.
|
||||||
|
* testsuite/config-guess.data: Add a test case.
|
||||||
|
|
||||||
2018-06-22 Palmer Dabbelt <palmer@sifive.com>
|
2018-06-22 Palmer Dabbelt <palmer@sifive.com>
|
||||||
|
|
||||||
* config.sub: Add riscv-* as an alias for riscv32-*.
|
* config.sub: Add riscv-* as an alias for riscv32-*.
|
||||||
|
6
config.guess
vendored
6
config.guess
vendored
@ -2,7 +2,7 @@
|
|||||||
# Attempt to guess a canonical system name.
|
# Attempt to guess a canonical system name.
|
||||||
# Copyright 1992-2018 Free Software Foundation, Inc.
|
# Copyright 1992-2018 Free Software Foundation, Inc.
|
||||||
|
|
||||||
timestamp='2018-05-19'
|
timestamp='2018-06-26'
|
||||||
|
|
||||||
# This file is free software; you can redistribute it and/or modify it
|
# 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
|
# under the terms of the GNU General Public License as published by
|
||||||
@ -894,8 +894,8 @@ EOF
|
|||||||
# other systems with GNU libc and userland
|
# other systems with GNU libc and userland
|
||||||
echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
|
echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
|
||||||
exit ;;
|
exit ;;
|
||||||
i*86:Minix:*:*)
|
*:Minix:*:*)
|
||||||
echo "$UNAME_MACHINE"-pc-minix
|
echo "$UNAME_MACHINE"-unknown-minix
|
||||||
exit ;;
|
exit ;;
|
||||||
aarch64:Linux:*:*)
|
aarch64:Linux:*:*)
|
||||||
echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
|
echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
|
||||||
|
@ -35,6 +35,7 @@ evbarm 7.0 NetBSD ignored earmv7hfeb armv7eb-unknown-netbsdelf7.0-eabi
|
|||||||
frv 2.4.24 Linux ignored ignored frv-unknown-linux-gnu
|
frv 2.4.24 Linux ignored ignored frv-unknown-linux-gnu
|
||||||
genuineintel 6.0 Interix ignored ignored x86_64-unknown-interix6.0
|
genuineintel 6.0 Interix ignored ignored x86_64-unknown-interix6.0
|
||||||
hexagon 1.0 Linux ignored ignored hexagon-unknown-linux-gnu
|
hexagon 1.0 Linux ignored ignored hexagon-unknown-linux-gnu
|
||||||
|
i386 1.0 Minix ignored ignored i386-unknown-minix
|
||||||
i386 1.0 MINGW ignored ignored i386-pc-mingw32
|
i386 1.0 MINGW ignored ignored i386-pc-mingw32
|
||||||
i386 1.0 Sortix ignored ignored i386-unknown-sortix
|
i386 1.0 Sortix ignored ignored i386-unknown-sortix
|
||||||
i386 12.1 AROS ignored ignored i386-pc-aros
|
i386 12.1 AROS ignored ignored i386-pc-aros
|
||||||
|
Loading…
x
Reference in New Issue
Block a user