Module Name:    src
Committed By:   christos
Date:           Fri Apr 29 02:17:25 UTC 2016

Modified Files:
        src/sys/arch/amd64/conf: Makefile.amd64

Log Message:
Moved hack to ufs_lookup.c


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/amd64/conf/Makefile.amd64

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amd64/conf/Makefile.amd64
diff -u src/sys/arch/amd64/conf/Makefile.amd64:1.54 src/sys/arch/amd64/conf/Makefile.amd64:1.55
--- src/sys/arch/amd64/conf/Makefile.amd64:1.54	Thu Apr 28 15:52:43 2016
+++ src/sys/arch/amd64/conf/Makefile.amd64	Thu Apr 28 22:17:25 2016
@@ -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 @@ CFLAGS+=	-msoft-float
 # 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
 ##

Reply via email to