Remove many HAVE_GCC || HAVE_PCC conditionals as the options also apply

to Clang. Add a few cases of HAVE_LLVM for -fno-strict-aliasing.
This commit is contained in:
joerg
2012-08-10 12:10:27 +00:00
parent 57a91d6250
commit 9b3bb3443b
3 changed files with 3 additions and 10 deletions

View File

@@ -1,9 +1,7 @@
# $NetBSD: Makefile,v 1.9 2011/06/20 07:44:03 mrg Exp $
# $NetBSD: Makefile,v 1.10 2012/08/10 12:10:29 joerg Exp $
PROG= mopprobe
.include <bsd.prog.mk>
.if defined(HAVE_GCC) || defined(HAVE_PCC)
COPTS.mopprobe.c+= -Wno-pointer-sign
.endif