mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
botan: Add mipshf-musl arch support
This commit is contained in:
parent
8c7258719c
commit
d7fd36f5ec
1 changed files with 6 additions and 0 deletions
|
@ -72,6 +72,12 @@ do_configure() {
|
||||||
_march="mips32"
|
_march="mips32"
|
||||||
_mtune="mips32r2 --hard-float"
|
_mtune="mips32r2 --hard-float"
|
||||||
;;
|
;;
|
||||||
|
mipshf*)
|
||||||
|
_cpu="mips32"
|
||||||
|
_arch="mips"
|
||||||
|
_march="mips32"
|
||||||
|
_mtune="mips32r2 --hard-float"
|
||||||
|
;;
|
||||||
mips*)
|
mips*)
|
||||||
_cpu="mips32"
|
_cpu="mips32"
|
||||||
_arch="mips"
|
_arch="mips"
|
||||||
|
|
Loading…
Add table
Reference in a new issue