RISC-V: Fix libnosys build.

This commit is contained in:
Jim Wilson 2017-12-26 12:18:42 -08:00
parent 3cc77b4f29
commit e807c51d78
2 changed files with 4 additions and 0 deletions

View File

@ -2033,6 +2033,8 @@ case "${target}" in
;;
mn10?00-*-*)
;;
riscv*-*-*)
;;
powerpcle-*-pe)
;;
sh*-*-*)

View File

@ -67,6 +67,8 @@ case "${target}" in
;;
mn10?00-*-*)
;;
riscv*-*-*)
;;
powerpcle-*-pe)
;;
sh*-*-*)