summaryrefslogtreecommitdiff
path: root/cad/verilog-current/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'cad/verilog-current/patches/patch-ad')
-rw-r--r--cad/verilog-current/patches/patch-ad5
1 files changed, 3 insertions, 2 deletions
diff --git a/cad/verilog-current/patches/patch-ad b/cad/verilog-current/patches/patch-ad
index 5e15e6992a5..2d6907075ea 100644
--- a/cad/verilog-current/patches/patch-ad
+++ b/cad/verilog-current/patches/patch-ad
@@ -1,13 +1,14 @@
-$NetBSD: patch-ad,v 1.6 2000/08/06 15:43:35 dmcmahill Exp $
+$NetBSD: patch-ad,v 1.7 2000/10/27 03:59:48 dmcmahill Exp $
work around a c++ -O2 bug which is present on at least sparc
and pmax using egcs-1.1.1
--- Makefile.in.orig Fri Jul 14 02:12:56 2000
+++ Makefile.in Sat Aug 5 17:43:55 2000
-@@ -116,4 +116,6 @@
+@@ -116,4 +116,7 @@
parse.o dep/parse.d: parse.cc
++ @[ -d dep ] || mkdir dep
+ $(CXX) -MD -c -I. $(CPPFLAGS) $<
+ mv parse.d dep/parse.d