From 154cc77ea00c46a498f827f8e7d1836313e04afb Mon Sep 17 00:00:00 2001 From: Palmer Dabbelt Date: Mon, 6 Feb 2017 21:39:08 +0000 Subject: [PATCH] RISC-V Port: contrib 2017-02-06 Palmer Dabbelt * config-list.mki (LIST): Add riscv32-unknown-linux-gun and riscv64-unknown-linux-gnu. From-SVN: r245229 --- contrib/ChangeLog | 5 +++++ contrib/config-list.mk | 1 + 2 files changed, 6 insertions(+) diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 87dc2337c5d..f89ff386bd9 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,8 @@ +2017-02-06 Palmer Dabbelt + + * config-list.mki (LIST): Add riscv32-unknown-linux-gun and + riscv64-unknown-linux-gnu. + 2017-01-31 Bernhard Reutner-Fischer * update-copyright.py (Copyright.process_file): Retain original diff --git a/contrib/config-list.mk b/contrib/config-list.mk index 9833480ced6..0edc8a4b813 100644 --- a/contrib/config-list.mk +++ b/contrib/config-list.mk @@ -79,6 +79,7 @@ LIST = aarch64-elf aarch64-linux-gnu aarch64-rtems \ powerpc-wrs-vxworks powerpc-wrs-vxworksae powerpc-wrs-vxworksmils \ powerpc-lynxos powerpcle-elf \ powerpcle-eabisim powerpcle-eabi \ + riscv32-unknown-linux-gnu riscv64-unknown-linux-gnu \ rs6000-ibm-aix5.3.0 rs6000-ibm-aix6.1 rs6000-ibm-aix7.1 \ rl78-elf rx-elf s390-linux-gnu s390x-linux-gnu s390x-ibm-tpf sh-elf \ shle-linux sh-netbsdelf sh-superh-elf \