libarchive: Remove MIPS build glue.
Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D39329
This commit is contained in:
parent
18d896a510
commit
8d7fd6c4a4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user