Remove sparc64 specific warning suppression.

This commit is contained in:
Warner Losh 2020-02-12 06:54:34 +00:00
parent feb2ecc382
commit 1ddf69c1df
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=357797

View file

@ -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