libarchive: Remove MIPS build glue.

Reviewed by:	emaste
Differential Revision:	https://reviews.freebsd.org/D39329
This commit is contained in:
John Baldwin 2023-03-29 15:05:53 -07:00
parent 1ab9996fb5
commit f40b617e15

View file

@ -14,8 +14,7 @@ CFLAGS+= -I${.OBJDIR}
CFLAGS+= -I${SRCTOP}/sys/contrib/zstd/lib
.include "Makefile.inc"
.if ${MACHINE_ARCH:Marm*} != "" || ${MACHINE_ARCH:Mmips*} != "" || \
${MACHINE_ARCH:Mpowerpc*} != ""
.if ${MACHINE_ARCH:Marm*} != "" || ${MACHINE_ARCH:Mpowerpc*} != ""
NO_WCAST_ALIGN= yes
.if ${MACHINE_ARCH:M*64*} == ""
CFLAGS+= -DPPMD_32BIT