Module Name: src
Committed By: riastradh
Date: Wed Jun 15 14:08:24 UTC 2016
Modified Files:
src/usr.sbin/dumplfs: Makefile
Log Message:
Kill another -fno-strict-aliasing.
Generated code is same with/without.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/dumplfs/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/dumplfs/Makefile
diff -u src/usr.sbin/dumplfs/Makefile:1.16 src/usr.sbin/dumplfs/Makefile:1.17
--- src/usr.sbin/dumplfs/Makefile:1.16 Sun Aug 11 03:49:24 2013
+++ src/usr.sbin/dumplfs/Makefile Wed Jun 15 14:08:24 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2013/08/11 03:49:24 dholland Exp $
+# $NetBSD: Makefile,v 1.17 2016/06/15 14:08:24 riastradh Exp $
# @(#)Makefile 8.1 (Berkeley) 6/18/93
WARNS?= 3 # XXX -Wsign-compare
@@ -10,8 +10,4 @@ SRCS= dumplfs.c lfs_cksum.c misc.c
.PATH: ${NETBSDSRCDIR}/sys/ufs/lfs
MAN= dumplfs.8
-.if defined(HAVE_LLVM)
-COPTS+= -fno-strict-aliasing
-.endif
-
.include <bsd.prog.mk>