mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-09 01:50:33 +12:00
* config.sub (riscv32, riscv64): New.
* testsuite/config-sub.data: Add test cases. Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:

committed by
Ben Elliston

parent
0c03916f14
commit
576c839acc
@ -1,3 +1,8 @@
|
|||||||
|
2014-09-11 Palmer Dabbelt <palmer.dabbelt@eecs.berkeley.edu>
|
||||||
|
|
||||||
|
* config.sub (riscv32, riscv64): New.
|
||||||
|
* testsuite/config-sub.data: Add test cases.
|
||||||
|
|
||||||
2014-07-28 Anthony Green <green@moxielogic.com>
|
2014-07-28 Anthony Green <green@moxielogic.com>
|
||||||
Ben Elliston <bje@gnu.org>
|
Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
|
3
config.sub
vendored
3
config.sub
vendored
@ -2,7 +2,7 @@
|
|||||||
# Configuration validation subroutine script.
|
# Configuration validation subroutine script.
|
||||||
# Copyright 1992-2014 Free Software Foundation, Inc.
|
# Copyright 1992-2014 Free Software Foundation, Inc.
|
||||||
|
|
||||||
timestamp='2014-07-28'
|
timestamp='2014-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
|
||||||
@ -302,6 +302,7 @@ case $basic_machine in
|
|||||||
| pdp10 | pdp11 | pj | pjl \
|
| pdp10 | pdp11 | pj | pjl \
|
||||||
| powerpc | powerpc64 | powerpc64le | powerpcle \
|
| powerpc | powerpc64 | powerpc64le | powerpcle \
|
||||||
| pyramid \
|
| pyramid \
|
||||||
|
| riscv32 | riscv64 \
|
||||||
| rl78 | rx \
|
| rl78 | rx \
|
||||||
| score \
|
| score \
|
||||||
| sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
|
| sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
|
||||||
|
@ -203,6 +203,10 @@ ppc powerpc-unknown-none
|
|||||||
rdos32 i386-pc-rdos
|
rdos32 i386-pc-rdos
|
||||||
rdos64 x86_64-pc-rdos
|
rdos64 x86_64-pc-rdos
|
||||||
rdos x86_64-pc-rdos
|
rdos x86_64-pc-rdos
|
||||||
|
riscv32-elf riscv32-unknown-elf
|
||||||
|
riscv32-linux riscv32-unknown-linux-gnu
|
||||||
|
riscv64-elf riscv64-unknown-elf
|
||||||
|
riscv64-linux riscv64-unknown-linux-gnu
|
||||||
rl78-linux rl78-unknown-linux-gnu
|
rl78-linux rl78-unknown-linux-gnu
|
||||||
rl78 rl78-unknown-none
|
rl78 rl78-unknown-none
|
||||||
rx-linux rx-unknown-linux-gnu
|
rx-linux rx-unknown-linux-gnu
|
||||||
|
Reference in New Issue
Block a user