Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Mar 2023 22:07:16 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: f40b617e1539 - main - libarchive: Remove MIPS build glue.
Message-ID:  <202303292207.32TM7GKQ050690@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303292207.32TM7GKQ050690>