Commit 9152ce40 authored by David Abdurachmanov's avatar David Abdurachmanov Committed by Ben Elliston

* config.guess (riscv32:Linux:*:*, riscv64:Linux:*:*): New.

	* testsuite/config-guess.data: Add riscv32, riscv64.
Signed-off-by: default avatarBen Elliston <bje@gnu.org>
parent f41aabd1
2016-09-11 David Abdurachmanov <david.abdurachmanov@gmail.com>
* config.guess (riscv32:Linux:*:*, riscv64:Linux:*:*): New.
* testsuite/config-guess.data: Add riscv32, riscv64.
2016-09-05 Ed Schouten <ed@nuxi.nl> 2016-09-05 Ed Schouten <ed@nuxi.nl>
* config.sub (cloudabi*-eabi*): Recognise. * config.sub (cloudabi*-eabi*): Recognise.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Attempt to guess a canonical system name. # Attempt to guess a canonical system name.
# Copyright 1992-2016 Free Software Foundation, Inc. # Copyright 1992-2016 Free Software Foundation, Inc.
timestamp='2016-05-15' timestamp='2016-09-11'
# 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
...@@ -1032,6 +1032,9 @@ EOF ...@@ -1032,6 +1032,9 @@ EOF
ppcle:Linux:*:*) ppcle:Linux:*:*)
echo powerpcle-unknown-linux-${LIBC} echo powerpcle-unknown-linux-${LIBC}
exit ;; exit ;;
riscv32:Linux:*:* | riscv64:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
exit ;;
s390:Linux:*:* | s390x:Linux:*:*) s390:Linux:*:* | s390x:Linux:*:*)
echo ${UNAME_MACHINE}-ibm-linux-${LIBC} echo ${UNAME_MACHINE}-ibm-linux-${LIBC}
exit ;; exit ;;
......
...@@ -66,6 +66,8 @@ PowerPC 4.2 LynxOS ignored ignored powerpc-unknown-lynxos4.2 ...@@ -66,6 +66,8 @@ PowerPC 4.2 LynxOS ignored ignored powerpc-unknown-lynxos4.2
ppc 2.6.9-22 Linux ignored ignored powerpc-unknown-linux-gnu ppc 2.6.9-22 Linux ignored ignored powerpc-unknown-linux-gnu
ppc64 2.6.9-22 Linux ignored ignored powerpc64-unknown-linux-gnu ppc64 2.6.9-22 Linux ignored ignored powerpc64-unknown-linux-gnu
ppc64le 3.1.0 Linux ignored ignored powerpc64le-unknown-linux-gnu ppc64le 3.1.0 Linux ignored ignored powerpc64le-unknown-linux-gnu
riscv32 ignored Linux ignored ignored riscv32-unknown-linux-gnu
riscv64 ignored Linux ignored ignored riscv64-unknown-linux-gnu
s390x 5.6 SunOS ignored ignored s390x-ibm-solaris2.6 s390x 5.6 SunOS ignored ignored s390x-ibm-solaris2.6
SX-7 1.0 SUPER-UX ignored ignored sx7-nec-superux1.0 SX-7 1.0 SUPER-UX ignored ignored sx7-nec-superux1.0
SX-8 1.0 SUPER-UX ignored ignored sx8-nec-superux1.0 SX-8 1.0 SUPER-UX ignored ignored sx8-nec-superux1.0
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment