botan: enable builds on ppc64 targets
This commit is contained in:
parent
fe45b73449
commit
40e83213aa
1 changed files with 8 additions and 0 deletions
|
@ -60,6 +60,14 @@ do_configure() {
|
||||||
_cpu="mips32"
|
_cpu="mips32"
|
||||||
_arch="mips"
|
_arch="mips"
|
||||||
;;
|
;;
|
||||||
|
ppc64le*)
|
||||||
|
_cpu="ppc64le"
|
||||||
|
_arch="ppc64le"
|
||||||
|
;;
|
||||||
|
ppc64*)
|
||||||
|
_cpu="ppc64"
|
||||||
|
_arch="ppc64"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
python2 configure.py \
|
python2 configure.py \
|
||||||
|
|
Loading…
Reference in a new issue