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-ad12
1 files changed, 6 insertions, 6 deletions
diff --git a/cad/verilog-current/patches/patch-ad b/cad/verilog-current/patches/patch-ad
index 38e59f5b260..5e15e6992a5 100644
--- a/cad/verilog-current/patches/patch-ad
+++ b/cad/verilog-current/patches/patch-ad
@@ -1,11 +1,11 @@
-$NetBSD: patch-ad,v 1.5 2000/05/11 01:33:51 dmcmahill Exp $
+$NetBSD: patch-ad,v 1.6 2000/08/06 15:43:35 dmcmahill Exp $
-don't use -O2 on parse.cc because of compiler bugs on sparc and pmax
-(maybe others).
+work around a c++ -O2 bug which is present on at least sparc
+and pmax using egcs-1.1.1
---- Makefile.in.orig Fri Apr 28 12:50:53 2000
-+++ Makefile.in Sat Apr 29 08:39:00 2000
-@@ -115,4 +115,6 @@
+--- Makefile.in.orig Fri Jul 14 02:12:56 2000
++++ Makefile.in Sat Aug 5 17:43:55 2000
+@@ -116,4 +116,6 @@
parse.o dep/parse.d: parse.cc
+ $(CXX) -MD -c -I. $(CPPFLAGS) $<