summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2005-06-18 21:46:40 (GMT)
committerdas <das>2005-06-18 21:46:40 (GMT)
commitf9864f346be2acee6721e241f42b7840bbec9c3e (patch)
tree1c7d436e4f3cd06157b1bface2e2a5dc2918a3dd /ChangeLog
parentdc7b4ae71649cd0d47f0f27aa88a411c0e65f782 (diff)
downloadtcl-f9864f346be2acee6721e241f42b7840bbec9c3e.zip
tcl-f9864f346be2acee6721e241f42b7840bbec9c3e.tar.gz
tcl-f9864f346be2acee6721e241f42b7840bbec9c3e.tar.bz2
*** 8.4.11 TAGGED FOR RELEASE ***
* generic/tclInt.h: ensure WORDS_BIGENDIAN is defined correctly with fat compiles on Darwin (i.e. ppc and i386 at the same time), the configure AC_C_BIGENDIAN check is not sufficient in this case because a single run of the compiler builds for two architectures with different endianness. * unix/tcl.m4 (Darwin): add -headerpad_max_install_names to LDFLAGS to ensure we can always relocate binaries with install_name_tool. * unix/configure: autoconf-2.13
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dca7618..9bf583b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2005-06-18 Daniel Steffen <das@users.sourceforge.net>
+
+ *** 8.4.11 TAGGED FOR RELEASE ***
+
+ * generic/tclInt.h: ensure WORDS_BIGENDIAN is defined correctly with fat
+ compiles on Darwin (i.e. ppc and i386 at the same time), the configure
+ AC_C_BIGENDIAN check is not sufficient in this case because a single run
+ of the compiler builds for two architectures with different endianness.
+
+ * unix/tcl.m4 (Darwin): add -headerpad_max_install_names to LDFLAGS to
+ ensure we can always relocate binaries with install_name_tool.
+
+ * unix/configure: autoconf-2.13
+
2005-06-18 Don Porter <dgp@users.sourceforge.net>
*** 8.4.11 TAGGED FOR RELEASE ***