summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config/ChangeLog5
-rw-r--r--src/config/shlib.conf2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/config/ChangeLog b/src/config/ChangeLog
index 0fbaf7fc8..c82bec9c3 100644
--- a/src/config/ChangeLog
+++ b/src/config/ChangeLog
@@ -1,3 +1,8 @@
+2004-12-17 Ken Raeburn <raeburn@mit.edu>
+
+ * shlib.conf (*-*-netbsd*): Use -fPIC instead of -fpic, which
+ won't work on sparc64 at least.
+
2004-12-15 Jeffrey Altman <jaltman@mit.edu>
* win-pre.in; optionally build debug symbols for release builds
diff --git a/src/config/shlib.conf b/src/config/shlib.conf
index 3205bb348..f5c6b8405 100644
--- a/src/config/shlib.conf
+++ b/src/config/shlib.conf
@@ -204,7 +204,7 @@ mips-*-netbsd*)
;;
*-*-netbsd*)
- PICFLAGS=-fpic
+ PICFLAGS=-fPIC
SHLIBVEXT='.so.$(LIBMAJOR).$(LIBMINOR)'
SHLIBEXT=.so
LDCOMBINE='ld -Bshareable'