botan: Add mipshf-musl arch support

This commit is contained in:
hipperson0 2017-11-14 21:50:39 +00:00 committed by Jürgen Buchmüller
parent 8c7258719c
commit d7fd36f5ec
1 changed files with 6 additions and 0 deletions

View File

@ -72,6 +72,12 @@ do_configure() {
_march="mips32"
_mtune="mips32r2 --hard-float"
;;
mipshf*)
_cpu="mips32"
_arch="mips"
_march="mips32"
_mtune="mips32r2 --hard-float"
;;
mips*)
_cpu="mips32"
_arch="mips"