mirror of
https://github.com/dreamlayers/netbsd-mopd.git
synced 2026-05-05 15:33:44 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user