diff options
author | das <das> | 2005-06-18 21:45:01 (GMT) |
---|---|---|
committer | das <das> | 2005-06-18 21:45:01 (GMT) |
commit | 6c01aeca56323105bfa7810baba82c7da8ee928d (patch) | |
tree | 6a0a7ee61b05e527de1d6c1f4889a5227f5e9c46 /ChangeLog | |
parent | 1eab272665547e3f9be60541313af2b3c614c747 (diff) | |
download | tcl-6c01aeca56323105bfa7810baba82c7da8ee928d.zip tcl-6c01aeca56323105bfa7810baba82c7da8ee928d.tar.gz tcl-6c01aeca56323105bfa7810baba82c7da8ee928d.tar.bz2 |
* 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.59
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2005-06-18 Daniel Steffen <das@users.sourceforge.net> + + * 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.59 + 2005-06-18 Donal K. Fellows <donal.k.fellows@man.ac.uk> * generic/tclCmdAH.c (Tcl_FormatObjCmd): Fix for [Bug 1154163]; only |