backports/openssl1.1-compat: fix build
This commit is contained in:
parent
58efa9d1c5
commit
de61d62ece
1 changed files with 0 additions and 3 deletions
|
@ -79,9 +79,6 @@ build() {
|
||||||
case "$CARCH" in
|
case "$CARCH" in
|
||||||
aarch64*) _target="linux-aarch64" ;;
|
aarch64*) _target="linux-aarch64" ;;
|
||||||
arm*) _target="linux-armv4" ;;
|
arm*) _target="linux-armv4" ;;
|
||||||
mips64*) _target="linux64-mips64" ;;
|
|
||||||
# explicit _optflags is needed to prevent automatic -mips3 addition
|
|
||||||
mips*) _target="linux-mips32"; _optflags="-mips32" ;;
|
|
||||||
ppc) _target="linux-ppc" ;;
|
ppc) _target="linux-ppc" ;;
|
||||||
ppc64) _target="linux-ppc64" ;;
|
ppc64) _target="linux-ppc64" ;;
|
||||||
ppc64le) _target="linux-ppc64le" ;;
|
ppc64le) _target="linux-ppc64le" ;;
|
||||||
|
|
Loading…
Reference in a new issue