Add RISC-V port for libgloss

Contributor list:
    - Andrew Waterman  <andrew@sifive.com>
    - Palmer Dabbelt  <palmer@dabbelt.com>
    - Kito Cheng  <kito.cheng@gmail.com>
    - Alex Suykov  <alex.suykov@gmail.com>
This commit is contained in:
Kito Cheng
2017-07-27 16:45:47 +08:00
committed by Jeff Johnston
parent 7040b2de08
commit c496cbb6bd
9 changed files with 4340 additions and 0 deletions

5
libgloss/configure vendored
View File

@@ -679,6 +679,7 @@ sparc_leon
sparc
wince
mips
riscv
rs6000
mn10200
mn10300
@@ -2455,6 +2456,10 @@ case "${target}" in
mips*-*-*)
subdirs="$subdirs mips"
;;
riscv*-*-*)
subdirs="$subdirs riscv"
;;
powerpc-*-*|powerpcle-*-*)
subdirs="$subdirs rs6000"