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-aa16
1 files changed, 8 insertions, 8 deletions
diff --git a/cad/verilog-current/patches/patch-aa b/cad/verilog-current/patches/patch-aa
index 73d3545d731..fb833220047 100644
--- a/cad/verilog-current/patches/patch-aa
+++ b/cad/verilog-current/patches/patch-aa
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.1 2000/04/30 18:15:18 dmcmahill Exp $
+$NetBSD: patch-aa,v 1.2 2000/05/11 01:33:51 dmcmahill Exp $
---- iverilog.c.orig Fri Apr 28 21:20:14 2000
-+++ iverilog.c Sat Apr 29 08:38:20 2000
-@@ -125,6 +125,6 @@
+--- iverilog.c.orig Thu May 4 21:07:42 2000
++++ iverilog.c Mon May 8 19:55:01 2000
+@@ -133,6 +133,6 @@
}
-- sprintf(tmp, "g++ -O -rdynamic -fno-exceptions -o %s -I%s "
-- "-L%s %s.cc -lvvm -ldl", opath, base, base, opath);
+- 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, opath, DLLIB);
++ "-L%s %s.cc -lvvm %s", CXX, opath, IVL_INC, IVL_LIB,
+ opath, DLLIB);
- if (verbose_flag)