Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/common/nfsrpc apply some -fno-strict-aliasing



details:   https://anonhg.NetBSD.org/src/rev/48ccd8a81af5
branches:  trunk
changeset: 766627:48ccd8a81af5
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Jun 29 02:36:13 2011 +0000

description:
apply some -fno-strict-aliasing

XXX -- someone please fix this properly.

diffstat:

 tests/fs/common/nfsrpc/Makefile.inc |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r cdd406598bbb -r 48ccd8a81af5 tests/fs/common/nfsrpc/Makefile.inc
--- a/tests/fs/common/nfsrpc/Makefile.inc       Wed Jun 29 02:27:17 2011 +0000
+++ b/tests/fs/common/nfsrpc/Makefile.inc       Wed Jun 29 02:36:13 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.2 2010/08/03 17:24:45 drochner Exp $
+#      $NetBSD: Makefile.inc,v 1.3 2011/06/29 02:36:13 mrg Exp $
 #
 
 # libc rpc using rump syscalls
@@ -8,3 +8,6 @@
 
 CPPFLAGS+=     -DPORTMAP -D_REENTRANT -DRUMP_SYS_NETWORKING
 CPPFLAGS+=     -DDEBUG -DLIBWRAP
+
+# XXX
+CPPFLAGS.clnt_dg.c+=   -fno-strict-aliasing



Home | Main Index | Thread Index | Old Index