summaryrefslogtreecommitdiff
path: root/ltconfig
diff options
context:
space:
mode:
authorljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4>2001-04-11 05:25:00 +0000
committerljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4>2001-04-11 05:25:00 +0000
commit6a9657369b78b9fed1152af6937e4fc0a360d395 (patch)
tree7e166152603047eabd9e2f4e7b50afbc37176914 /ltconfig
parent4ae4fb0d8753c29c8cdddecb9b01b9eb4139e0fc (diff)
downloadgcc-6a9657369b78b9fed1152af6937e4fc0a360d395.tar.gz
2001-04-10 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41237 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ltconfig')
-rwxr-xr-xltconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/ltconfig b/ltconfig
index 739e6529ded..423e47bae0c 100755
--- a/ltconfig
+++ b/ltconfig
@@ -1108,6 +1108,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-*)