aboutsummaryrefslogtreecommitdiff
path: root/ltconfig
diff options
context:
space:
mode:
authorLoren J. Rittle <ljrittle@acm.org>2001-04-11 05:25:00 +0000
committerLoren J. Rittle <ljrittle@gcc.gnu.org>2001-04-11 05:25:00 +0000
commit06729913c75c158ece5c68bdca6794e8b61c434a (patch)
tree7e166152603047eabd9e2f4e7b50afbc37176914 /ltconfig
parent585f3871e9dde596b2c453d535a8b8a4583bfb3e (diff)
downloadgcc-06729913c75c158ece5c68bdca6794e8b61c434a.zip
gcc-06729913c75c158ece5c68bdca6794e8b61c434a.tar.gz
gcc-06729913c75c158ece5c68bdca6794e8b61c434a.tar.bz2
ltcf-cxx.sh: Support creation of C++ shared libraries on recent versions of FreeBSD (release...
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. From-SVN: r41237
Diffstat (limited to 'ltconfig')
-rwxr-xr-xltconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/ltconfig b/ltconfig
index 739e652..423e47b 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-*)