git: f40b617e1539 - main - libarchive: Remove MIPS build glue.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Mar 2023 22:07:16 UTC
The branch main has been updated by jhb:
URL: https://cgit.FreeBSD.org/src/commit/?id=f40b617e153991d70ee6628357dd08a0606418d6
commit f40b617e153991d70ee6628357dd08a0606418d6
Author: John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2023-03-29 22:05:53 +0000
Commit: John Baldwin <jhb@FreeBSD.org>
CommitDate: 2023-03-29 22:05:53 +0000
libarchive: Remove MIPS build glue.
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D39329
---
lib/libarchive/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/lib/libarchive/Makefile b/lib/libarchive/Makefile
index d0db17b567c0..5f67d0a180d6 100644
--- a/lib/libarchive/Makefile
+++ b/lib/libarchive/Makefile
@@ -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