Module Name: src Committed By: joerg Date: Fri Aug 10 16:34:23 UTC 2012
Modified Files: src/share/mk: bsd.kmodule.mk Log Message: Remove effectively tautological condition. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/share/mk/bsd.kmodule.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/mk/bsd.kmodule.mk diff -u src/share/mk/bsd.kmodule.mk:1.36 src/share/mk/bsd.kmodule.mk:1.37 --- src/share/mk/bsd.kmodule.mk:1.36 Thu Mar 15 02:00:52 2012 +++ src/share/mk/bsd.kmodule.mk Fri Aug 10 16:34:23 2012 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.kmodule.mk,v 1.36 2012/03/15 02:00:52 joerg Exp $ +# $NetBSD: bsd.kmodule.mk,v 1.37 2012/08/10 16:34:23 joerg Exp $ # We are not building this with PIE MKPIE=no @@ -18,9 +18,7 @@ CPPFLAGS+= -isystem ${S}/../common/inclu CPPFLAGS+= -D_KERNEL -D_LKM -D_MODULE -DSYSCTL_INCLUDE_DESCR # XXX until the kernel is fixed again... -.if defined(HAVE_GCC) || defined(HAVE_PCC) || defined(HAVE_LLVM) CFLAGS+= -fno-strict-aliasing -Wno-pointer-sign -.endif # XXX This is a workaround for platforms that have relative relocations # that, when relocated by the module loader, result in addresses that