diff options
author | Steve Huston <shuston@riverace.com> | 2003-10-17 21:48:40 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2003-10-17 21:48:40 +0000 |
commit | 97cf1edc952ca4939891efb48772b633a69126be (patch) | |
tree | e3623b81f0e334d5da9c1e58e0dd8efe05a55d3b /ChangeLog | |
parent | 70dcc2ff6ec78197130668f0ed49f9b07af67167 (diff) | |
download | ATCD-97cf1edc952ca4939891efb48772b633a69126be.tar.gz |
ChangeLogTag:Fri Oct 17 16:21:39 2003 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 58f494c2a2f..a73046b6b5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +Fri Oct 17 16:21:39 2003 Steve Huston <shuston@riverace.com> + + * include/makeinclude/wrapper_macros.GNU: Only set SONAME if + platform_macros.GNU didn't. + + * include/makeinclude/platform_g++_common.GNU: Conditionalize + addition of SONAME to SOFLAGS based on versioned_so, not on + SONAME's content. However, even with versioned_so, don't try to + add SOFLAGS stuff if with_ld is openbsd - it doesn't support it. + + * include/makeinclude/platform_aix_g++.GNU: + * include/makeinclude/platform_hpux_aCC.GNU: + * include/makeinclude/platform_hpux_gcc.GNU: + * include/makeinclude/platform_macosx.GNU: + * include/makeinclude/platform_vxworks5.x_g++.GNU: Set versioned_so + to 0 by default to avoid shared lib version tagging rather + than set SONAME to blank. + + * include/makeinclude/platform_openbsd.GNU: Set with_ld to openbsd + to tell platform_g++_common.GNU not to add the ldname options + even if versioned_so is enabled. + + * include/makeinclude/platform_sunos5_sunc++.GNU: Add shared lib + option to SOFLAGS if versioned_so is 1. Set versioned_so to 1 + by default. + Fri Oct 17 06:48:15 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl> * ace/OS.h: |