backports/openssl1.1-compat: fix build

This commit is contained in:
Antoine Martin 2024-06-02 19:10:17 -04:00
parent 58efa9d1c5
commit de61d62ece

View file

@ -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" ;;