Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/conf Moved hack to ufs_lookup.c



details:   https://anonhg.NetBSD.org/src/rev/26433c761323
branches:  trunk
changeset: 815093:26433c761323
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Apr 29 02:17:25 2016 +0000

description:
Moved hack to ufs_lookup.c

diffstat:

 sys/arch/amd64/conf/Makefile.amd64 |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (21 lines):

diff -r 1447ffdc5b79 -r 26433c761323 sys/arch/amd64/conf/Makefile.amd64
--- a/sys/arch/amd64/conf/Makefile.amd64        Fri Apr 29 02:16:53 2016 +0000
+++ b/sys/arch/amd64/conf/Makefile.amd64        Fri Apr 29 02:17:25 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.amd64,v 1.54 2016/04/28 19:52:43 mrg Exp $
+#      $NetBSD: Makefile.amd64,v 1.55 2016/04/29 02:17:25 christos Exp $
 
 # Makefile for NetBSD
 #
@@ -43,11 +43,6 @@
 # For gcc we might need this, but other compilers barf
 # CFLAGS+=     -mno-fp-ret-in-387
 
-# XXX triggers "bad dir" panics that aren't real.
-.if defined(HAVE_GCC) && ${HAVE_GCC} >= 53
-COPTS.ufs_lookup.c+=  -fno-tree-vrp
-.endif
-
 ##
 ## (3) libkern and compat
 ##



Home | Main Index | Thread Index | Old Index