Enable libsanitizer build on riscv64

* configure.tgt (riscv64-*-linux*): Enable build.

From-SVN: r278126
This commit is contained in:
Andreas Schwab 2019-11-13 09:45:15 +00:00 committed by Andreas Schwab
parent 61e5f2df03
commit 4a96e1c4dd
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2019-11-13 Andreas Schwab <schwab@suse.de>
* configure.tgt (riscv64-*-linux*): Enable build.
2019-11-07 Martin Liska <mliska@suse.cz>
* all source files: Reapply all revisions mentioned in LOCAL_PATCHES.

View File

@ -65,6 +65,8 @@ case "${target}" in
;;
x86_64-*-solaris2.11* | i?86-*-solaris2.11*)
;;
riscv64-*-linux*)
;;
*)
UNSUPPORTED=1
;;