Source-Changes-HG archive

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

[src/trunk]: src/share/mk Compile "src/x11" with "-fno-strict-aliasing" becau...



details:   https://anonhg.NetBSD.org/src/rev/2ba986d8bac6
branches:  trunk
changeset: 579683:2ba986d8bac6
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Mar 21 14:10:29 2005 +0000

description:
Compile "src/x11" with "-fno-strict-aliasing" because that's what the
native build does.

diffstat:

 share/mk/bsd.x11.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r aac2d03413c9 -r 2ba986d8bac6 share/mk/bsd.x11.mk
--- a/share/mk/bsd.x11.mk       Mon Mar 21 14:08:37 2005 +0000
+++ b/share/mk/bsd.x11.mk       Mon Mar 21 14:10:29 2005 +0000
@@ -1,12 +1,13 @@
-#      $NetBSD: bsd.x11.mk,v 1.46 2005/03/19 17:27:46 hira Exp $
+#      $NetBSD: bsd.x11.mk,v 1.47 2005/03/21 14:10:29 tron Exp $
 
 .include <bsd.init.mk>
 
-
 BINDIR=                        ${X11BINDIR}
 LIBDIR=                        ${X11USRLIBDIR}
 MANDIR=                        ${X11MANDIR}
 
+COPTS+=                        -fno-strict-aliasing
+
 X11FLAGS.VERSION=      -DOSMAJORVERSION=1 -DOSMINORVERSION=6           # XXX
 
 #       THREADS_DEFINES



Home | Main Index | Thread Index | Old Index