Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/dumplfs Kill another -fno-strict-aliasing.



details:   https://anonhg.NetBSD.org/src/rev/8814aebc5e5b
branches:  trunk
changeset: 345920:8814aebc5e5b
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Jun 15 14:08:24 2016 +0000

description:
Kill another -fno-strict-aliasing.

Generated code is same with/without.

diffstat:

 usr.sbin/dumplfs/Makefile |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (18 lines):

diff -r ae184e00d33d -r 8814aebc5e5b usr.sbin/dumplfs/Makefile
--- a/usr.sbin/dumplfs/Makefile Wed Jun 15 14:07:54 2016 +0000
+++ b/usr.sbin/dumplfs/Makefile Wed Jun 15 14:08:24 2016 +0000
@@ -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 @@
 .PATH: ${NETBSDSRCDIR}/sys/ufs/lfs
 MAN=   dumplfs.8
 
-.if defined(HAVE_LLVM)
-COPTS+=        -fno-strict-aliasing
-.endif
-
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index