RISC-V Port: libatomic

2017-02-06  Palmer Dabbelt <palmer@dabbelt.com>

        * configure.tgt: Add RISC-V tuple.

From-SVN: r245227
This commit is contained in:
Palmer Dabbelt 2017-02-06 21:38:57 +00:00 committed by Palmer Dabbelt
parent 0bd99911ee
commit b906c007fe
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2017-02-06 Palmer Dabbelt <palmer@dabbelt.com>
* configure.tgt: Add RISC-V tuple.
2017-02-01 Richard Henderson <rth@redhat.com>
Torvald Riegel <triegel@redhat.com>

View File

@ -37,6 +37,7 @@ case "${target_cpu}" in
ARCH=alpha
;;
rs6000 | powerpc*) ARCH=powerpc ;;
riscv*) ARCH=riscv ;;
sh*) ARCH=sh ;;
arm*)