From 48293ac42733b2945e7d27a734b388e7fdc858a7 Mon Sep 17 00:00:00 2001 From: das Date: Thu, 27 Mar 2008 13:40:59 +0000 Subject: * unix/tcl.m4 (SunOS-5.1x): fix 64bit support for Sun cc. [Bug 1921166] --- ChangeLog | 8 ++++++++ unix/tcl.m4 | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3c2e703..b0457ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-03-27 Daniel Steffen + + * unix/tcl.m4 (SunOS-5.1x): fix 64bit support for Sun cc. [Bug 1921166] + + * unix/dltest/Makefile.in: support use of LDFLAGS in SHLIB_LD. + + * unix/configure: autoconf-2.13 + 2008-03-24 Pat Thoyts * generic/tclBinary.c: bug #1923966 - crash in binary format diff --git a/unix/tcl.m4 b/unix/tcl.m4 index 51809fd..b2508fd 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -1926,7 +1926,7 @@ dnl AC_CHECK_TOOL(AR, ar) else case $system in SunOS-5.[[1-9]][[0-9]]*) - SHLIB_LD='${CC} -G -z text';; + SHLIB_LD='${CC} -G -z text ${LDFLAGS}';; *) SHLIB_LD="/usr/ccs/bin/ld -G -z text";; esac -- cgit v0.12