summaryrefslogtreecommitdiff
path: root/cad/verilog-current/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'cad/verilog-current/patches/patch-aa')
-rw-r--r--cad/verilog-current/patches/patch-aa12
1 files changed, 5 insertions, 7 deletions
diff --git a/cad/verilog-current/patches/patch-aa b/cad/verilog-current/patches/patch-aa
index fb833220047..47baf242291 100644
--- a/cad/verilog-current/patches/patch-aa
+++ b/cad/verilog-current/patches/patch-aa
@@ -1,13 +1,11 @@
-$NetBSD: patch-aa,v 1.2 2000/05/11 01:33:51 dmcmahill Exp $
+$NetBSD: patch-aa,v 1.3 2000/05/30 23:43:45 dmcmahill Exp $
---- iverilog.c.orig Thu May 4 21:07:42 2000
-+++ iverilog.c Mon May 8 19:55:01 2000
-@@ -133,6 +133,6 @@
+--- iverilog.c.orig Tue May 16 23:53:29 2000
++++ iverilog.c Mon May 29 11:08:57 2000
+@@ -141,5 +141,5 @@
}
- sprintf(tmp, "%s -O -rdynamic -fno-exceptions -o %s -I%s "
-- "-L%s %s.cc -lvvm -ldl", CXX, opath, IVL_INC, IVL_LIB,
+ sprintf(tmp, "%s -O -Wl,--export-dynamic -fno-exceptions -o %s -I%s "
-+ "-L%s %s.cc -lvvm %s", CXX, opath, IVL_INC, IVL_LIB,
+ "-L%s %s.cc -lvvm %s", CXX, opath, IVL_INC, IVL_LIB,
opath, DLLIB);
-