svn commit: r357797 - head/lib/libarchive
Warner Losh
imp at FreeBSD.org
Wed Feb 12 06:54:35 UTC 2020
Author: imp
Date: Wed Feb 12 06:54:34 2020
New Revision: 357797
URL: https://svnweb.freebsd.org/changeset/base/357797
Log:
Remove sparc64 specific warning suppression.
Modified:
head/lib/libarchive/Makefile
Modified: head/lib/libarchive/Makefile
==============================================================================
--- head/lib/libarchive/Makefile Wed Feb 12 06:54:28 2020 (r357796)
+++ head/lib/libarchive/Makefile Wed Feb 12 06:54:34 2020 (r357797)
@@ -31,7 +31,7 @@ SHARED_CFLAGS+= -DHAVE_ICONV=1 -DHAVE_ICONV_H=1 -DICON
.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
More information about the svn-src-all
mailing list