diff options
author | Loren J. Rittle <ljrittle@acm.org> | 2001-04-11 05:25:00 +0000 |
---|---|---|
committer | Loren J. Rittle <ljrittle@gcc.gnu.org> | 2001-04-11 05:25:00 +0000 |
commit | 06729913c75c158ece5c68bdca6794e8b61c434a (patch) | |
tree | 7e166152603047eabd9e2f4e7b50afbc37176914 /ChangeLog | |
parent | 585f3871e9dde596b2c453d535a8b8a4583bfb3e (diff) | |
download | gcc-06729913c75c158ece5c68bdca6794e8b61c434a.tar.gz |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b9dafdc0d9c..df4e6ca6af5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +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. + 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk> * MAINTAINERS: Add self and RTH as C front end maintainers. |