Module Name: src
Committed By: matt
Date: Wed Jun 4 21:24:55 UTC 2014
Modified Files:
src/sys/arch/vax/conf: Makefile.vax
Log Message:
Modify compiler HACK to be for GCC 4.1 only
To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/sys/arch/vax/conf/Makefile.vax
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/vax/conf/Makefile.vax
diff -u src/sys/arch/vax/conf/Makefile.vax:1.81 src/sys/arch/vax/conf/Makefile.vax:1.82
--- src/sys/arch/vax/conf/Makefile.vax:1.81 Fri Jan 21 15:59:10 2011
+++ src/sys/arch/vax/conf/Makefile.vax Wed Jun 4 21:24:54 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.vax,v 1.81 2011/01/21 15:59:10 joerg Exp $
+# $NetBSD: Makefile.vax,v 1.82 2014/06/04 21:24:54 matt Exp $
# Makefile for NetBSD
#
@@ -76,7 +76,9 @@ lock_stubs.o unimpl_emul.o: assym.h
##
# XXX recent gcc4 gets ICE on this one
+.if ${HAVE_GCC} == "4"
COPTS.db_command.c+= -fno-tree-ter
+.endif
##
## (8) config(8) generated machinery