summaryrefslogtreecommitdiff
path: root/cad/verilog-current/patches
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2003-02-04 00:46:07 +0000
committerdmcmahill <dmcmahill>2003-02-04 00:46:07 +0000
commit5f65b151754787585b0a511f0c1e2e272f19203e (patch)
treef89587ce62321ca4569539677b60b25a27bebe54 /cad/verilog-current/patches
parenta124ea59a46cd432d55e9f89f64724e9555f90b0 (diff)
downloadpkgsrc-5f65b151754787585b0a511f0c1e2e272f19203e.tar.gz
update to verilog-current-20030202.
This is the first packaged (in pkgsrc) snapshot after the verilog-0.7 release. This snapshot adds preliminary support for real variables to the language to the features already found in verilog-0.7.
Diffstat (limited to 'cad/verilog-current/patches')
-rw-r--r--cad/verilog-current/patches/patch-ad18
1 files changed, 4 insertions, 14 deletions
diff --git a/cad/verilog-current/patches/patch-ad b/cad/verilog-current/patches/patch-ad
index 2228cf01a4b..db51381738a 100644
--- a/cad/verilog-current/patches/patch-ad
+++ b/cad/verilog-current/patches/patch-ad
@@ -1,16 +1,15 @@
-$NetBSD: patch-ad,v 1.10 2002/05/07 00:11:21 dmcmahill Exp $
+$NetBSD: patch-ad,v 1.11 2003/02/04 00:46:08 dmcmahill Exp $
work around a c++ -O2 bug which is present on at least sparc
and pmax using egcs-1.1.1
-also don't try to strip a script.
-
---- Makefile.in.orig Sun May 5 20:50:38 2002
+--- Makefile.in.orig Sun Jan 26 16:15:58 2003
+++ Makefile.in
-@@ -189,7 +189,16 @@
+@@ -174,7 +174,17 @@
lexor.o: lexor.cc parse.h
++# work around buggy compilers when compiling the parser with optimization
+# make sure no one sneaks a -O* in on us via one of these variables
+# set in the environment
+CXX_NOOPT=$(CXX:-O%=)
@@ -24,12 +23,3 @@ also don't try to strip a script.
parse.h parse.cc: $(srcdir)/parse.y
$(YACC) --verbose -t -p VL -d -o parse.cc $(srcdir)/parse.y
-@@ -220,7 +229,7 @@
- for tgt in $(TARGETS); do (cd $$tgt ; $(MAKE) install); done
-
- $(bindir)/iverilog-vpi: ./iverilog-vpi
-- $(INSTALL_PROGRAM) ./iverilog-vpi $(bindir)/iverilog-vpi
-+ $(INSTALL_SCRIPT) ./iverilog-vpi $(bindir)/iverilog-vpi
-
- $(libdir)/libvpi.a : ./libvpi.a
- $(INSTALL_DATA) libvpi.a $(libdir)/libvpi.a