diff options
author | hobbs <hobbs> | 2003-11-12 01:07:44 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-11-12 01:07:44 (GMT) |
commit | 700c11b1ef9a0e08c83686050dd88852dc04e83a (patch) | |
tree | b8a7ee4a6676dce5d385e8c1a21ad943b42b361f /ChangeLog | |
parent | 2e682bb4a79b3b1988ba91cdda91e1f787ecf1d5 (diff) | |
download | tcl-700c11b1ef9a0e08c83686050dd88852dc04e83a.zip tcl-700c11b1ef9a0e08c83686050dd88852dc04e83a.tar.gz tcl-700c11b1ef9a0e08c83686050dd88852dc04e83a.tar.bz2 |
* unix/configure:
* unix/tcl.m4: improve AIX --enable-64bit handling
remove -D__NO_STRING_INLINES -D__NO_MATH_INLINES from
CFLAGS_OPTIMIZE on Linux. Make default opt -O2 (was -O).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2003-11-11 Jeff Hobbs <jeffh@ActiveState.com> + + * unix/configure: + * unix/tcl.m4: improve AIX --enable-64bit handling + remove -D__NO_STRING_INLINES -D__NO_MATH_INLINES from + CFLAGS_OPTIMIZE on Linux. Make default opt -O2 (was -O). + 2003-11-11 David Gravereaux <davygrvy@pobox.com> * contrib/djgpp/Makefile: Suggested changes from vitus@45.free.net |