From 5455363c98c042f9a4a486a3ceb5ed0074c0c0b6 Mon Sep 17 00:00:00 2001 From: mdejong Date: Fri, 28 Mar 2003 00:13:21 +0000 Subject: * 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] FossilOrigin-Name: 4cc2cdda2643ae9c92b6382f7c20294be0a4d8a6 --- ChangeLog | 9 +++++++++ unix/configure | 4 ++-- unix/tcl.m4 | 4 ++-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5cb1b87..b1d2239 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2003-03-27 Mo DeJong + + * 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 * tests/encoding.test: diff --git a/unix/configure b/unix/configure index e6bce4d..ffa27a9 100755 --- a/unix/configure +++ b/unix/configure @@ -11256,7 +11256,7 @@ echo "$as_me: WARNING: 64bit mode not supported by gcc" >&2;} SHLIB_LD="${CC} -shared" DL_OBJS="tclLoadDl.o" DL_LIBS="-ldl" - LDFLAGS="-rdynamic" + LDFLAGS="-Wl,--export-dynamic" CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}' LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS} else @@ -11432,7 +11432,7 @@ _ACEOF SHLIB_LD="${CC} -shared" DL_OBJS="" DL_LIBS="-ldl" - LDFLAGS="-rdynamic" + LDFLAGS="-Wl,--export-dynamic" CC_SEARCH_FLAGS="" LD_SEARCH_FLAGS="" else diff --git a/unix/tcl.m4 b/unix/tcl.m4 index 239fe4c..67128a2 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -1117,7 +1117,7 @@ dnl AC_CHECK_TOOL(AR, ar) SHLIB_LD="${CC} -shared" DL_OBJS="tclLoadDl.o" DL_LIBS="-ldl" - LDFLAGS="-rdynamic" + LDFLAGS="-Wl,--export-dynamic" CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}' LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS} else @@ -1157,7 +1157,7 @@ dnl AC_CHECK_TOOL(AR, ar) SHLIB_LD="${CC} -shared" DL_OBJS="" DL_LIBS="-ldl" - LDFLAGS="-rdynamic" + LDFLAGS="-Wl,--export-dynamic" CC_SEARCH_FLAGS="" LD_SEARCH_FLAGS="" else -- cgit v0.12