Date: Sat, 4 May 2024 12:37:30 GMT From: Martin Matuska <mm@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: ffd190f2236d - stable/13 - libarchive: Remove MIPS build glue. Message-ID: <202405041237.444CbUlu072132@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by mm: URL: https://cgit.FreeBSD.org/src/commit/?id=ffd190f2236d4b61abfede673b57f539ceb17d4a commit ffd190f2236d4b61abfede673b57f539ceb17d4a Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2023-03-29 22:05:53 +0000 Commit: Martin Matuska <mm@FreeBSD.org> CommitDate: 2024-05-04 11:53:07 +0000 libarchive: Remove MIPS build glue. Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D39329 (cherry picked from commit f40b617e153991d70ee6628357dd08a0606418d6) --- lib/libarchive/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/libarchive/Makefile b/lib/libarchive/Makefile index 562b78879df5..de7eef14c34b 100644 --- a/lib/libarchive/Makefile +++ b/lib/libarchive/Makefile @@ -13,8 +13,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?202405041237.444CbUlu072132>