compile with -fPIC instead of -fpic. Makes things work right on sparc.
This commit is contained in:
parent
8961672d5b
commit
4e5c943259
2 changed files with 13 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
$NetBSD: patch-sum,v 1.6 2000/05/30 23:43:44 dmcmahill Exp $
|
||||
$NetBSD: patch-sum,v 1.7 2000/06/12 00:41:09 dmcmahill Exp $
|
||||
|
||||
MD5 (patch-aa) = e14dc827b8982a34b48edb802191faf5
|
||||
MD5 (patch-ab) = 8e1ec1875b9f1c8a969205c81598be94
|
||||
MD5 (patch-ad) = d875516e4fc53270d66101a60bc1e8e5
|
||||
MD5 (patch-ae) = 44921f529c17458cd3ba34d35dc0da77
|
||||
|
|
11
cad/verilog-current/patches/patch-ab
Normal file
11
cad/verilog-current/patches/patch-ab
Normal file
|
@ -0,0 +1,11 @@
|
|||
$NetBSD: patch-ab,v 1.1 2000/06/12 00:41:10 dmcmahill Exp $
|
||||
|
||||
--- vpi/Makefile.in.orig Wed May 3 23:37:59 2000
|
||||
+++ vpi/Makefile.in Sun Jun 11 18:59:57 2000
|
||||
@@ -42,5 +42,5 @@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
|
||||
-CPPFLAGS = @CPPFLAGS@ @DEFS@ -fpic
|
||||
+CPPFLAGS = @CPPFLAGS@ @DEFS@ -fPIC
|
||||
CXXFLAGS = @CXXFLAGS@
|
||||
LDFLAGS = @LDFLAGS@
|
Loading…
Reference in a new issue