summaryrefslogtreecommitdiff
path: root/ltconfig
diff options
context:
space:
mode:
authorLoren J. Rittle <ljrittle@acm.org>2000-11-22 18:31:25 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2000-11-22 18:31:25 +0000
commit7686cadfb260e221ac2fa501cb3df0b30d7787fb (patch)
tree6a753ec47e6d6107aac293500c653a1b5811dce5 /ltconfig
parentb60585a03ce5f0620e3fe44f6cb99aa3389d0932 (diff)
downloadgcc-7686cadfb260e221ac2fa501cb3df0b30d7787fb.tar.gz
ltcf-cxx.sh: Support creation of C++ shared libraries on recent versions of FreeBSD (release...
2000-11-22 Loren J. Rittle <ljrittle@acm.org> * ltcf-cxx.sh: Support creation of C++ shared libraries on recent versions of FreeBSD (release 3 or later). * ltconfig: On FreeBSD, -lc must not be provided when building a shared library or else the standard -pthread gcc option is rendered worthless to later users of the built library. From-SVN: r37663
Diffstat (limited to 'ltconfig')
-rwxr-xr-xltconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/ltconfig b/ltconfig
index a79434264e4..25d1c647915 100755
--- a/ltconfig
+++ b/ltconfig
@@ -1012,6 +1012,7 @@ freebsd*)
freebsd-elf*)
library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
need_version=no
+ need_lc=no
need_lib_prefix=no
;;
freebsd-*)