From 1ddf69c1dfbf54bf0c5e89ce4a643f82435759d6 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 12 Feb 2020 06:54:34 +0000 Subject: [PATCH] Remove sparc64 specific warning suppression. --- lib/libarchive/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libarchive/Makefile b/lib/libarchive/Makefile index 474a91f7dda..e297cd8e6eb 100644 --- a/lib/libarchive/Makefile +++ b/lib/libarchive/Makefile @@ -31,7 +31,7 @@ SHARED_CFLAGS+= -DHAVE_ICONV=1 -DHAVE_ICONV_H=1 -DICONV_CONST= .endif .if ${MACHINE_ARCH:Marm*} != "" || ${MACHINE_ARCH:Mmips*} != "" || \ - ${MACHINE_ARCH:Msparc64*} != "" || ${MACHINE_ARCH:Mpowerpc*} != "" + ${MACHINE_ARCH:Mpowerpc*} != "" NO_WCAST_ALIGN= yes .if ${MACHINE_ARCH:M*64*} == "" CFLAGS+= -DPPMD_32BIT