diff options
author | mdejong <mdejong> | 2003-03-28 00:13:22 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2003-03-28 00:13:22 (GMT) |
commit | 5e614a51fde6889901f8db205f2c322a8e938a4a (patch) | |
tree | 51023299f3bcec554d95e9cdfd7fc27b92bd10ff /ChangeLog | |
parent | 6a4b91b4e6af061b517ff7a93d817c9715162207 (diff) | |
download | tcl-5e614a51fde6889901f8db205f2c322a8e938a4a.zip tcl-5e614a51fde6889901f8db205f2c322a8e938a4a.tar.gz tcl-5e614a51fde6889901f8db205f2c322a8e938a4a.tar.bz2 |
* unix/configure: Regen.
* unix/tcl.m4 (SC_CONFIG_CFLAGS): Use -Wl,--export-dynamic
instead of -rdynamic for LDFLAGS. The -rdynamic is
not documented so it seems better to pass the
--export-dynamic flag to the linker.
[Patch 573395]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2003-03-27 Mo DeJong <mdejong@users.sourceforge.net> + + * unix/configure: Regen. + * unix/tcl.m4 (SC_CONFIG_CFLAGS): Use -Wl,--export-dynamic + instead of -rdynamic for LDFLAGS. The -rdynamic is + not documented so it seems better to pass the + --export-dynamic flag to the linker. + [Patch 573395] + 2003-03-27 Miguel Sofer <msofer@users.sf.net> * tests/encoding.test: |