xlint seems to build fine on sparc64.

This commit is contained in:
Jake Burkholder 2002-08-10 05:44:44 +00:00
parent 298f4dc3a2
commit 9b9669488b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101630

View File

@ -246,7 +246,7 @@ SUBDIR+=uac
.endif
# Things which don't compile on new platforms yet:
.if ${MACHINE_ARCH} != "sparc64" && ${MACHINE_ARCH} != "ia64"
.if ${MACHINE_ARCH} != "ia64"
SUBDIR+=xlint
.endif