git: ffd190f2236d - stable/13 - libarchive: Remove MIPS build glue.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 May 2024 12:37:30 UTC
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