diff options
author | hobbs <hobbs> | 2004-07-19 20:12:23 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-07-19 20:12:23 (GMT) |
commit | 34259c8123aa7777282ae8029f04aa8caea77e1c (patch) | |
tree | 1c05143c6833848f50a39cd8c68622f9734e11ce /ChangeLog | |
parent | 48736811b83b5c70f8e77e05cf69ab9ae173bb5d (diff) | |
download | tcl-34259c8123aa7777282ae8029f04aa8caea77e1c.zip tcl-34259c8123aa7777282ae8029f04aa8caea77e1c.tar.gz tcl-34259c8123aa7777282ae8029f04aa8caea77e1c.tar.bz2 |
* unix/Makefile.in, unix/tcl.m4: move (C|LD)FLAGS after their
* unix/configure.in, unix/configure: _DEFAULT to allow for env
setting to override m4 switches.
Consolidate header checks to limit redundancy in configure.
(CFLAGS_WARNING): Remove -Wconversion, add -fno-strict-aliasing
for gcc builds (need to suppress 3.x type puning warnings).
(SC_ENABLE_THREADS): Set m4 to force threaded build when built
against a threaded Tcl core.
Reorder configure.in for better 64-bit build configuration,
replacing EXTRA_CFLAGS with CFLAGS. [Bug #874058]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2004-07-19 Jeff Hobbs <jeffh@ActiveState.com> + + * unix/Makefile.in, unix/tcl.m4: move (C|LD)FLAGS after their + * unix/configure.in, unix/configure: _DEFAULT to allow for env + setting to override m4 switches. + Consolidate header checks to limit redundancy in configure. + (CFLAGS_WARNING): Remove -Wconversion, add -fno-strict-aliasing + for gcc builds (need to suppress 3.x type puning warnings). + (SC_ENABLE_THREADS): Set m4 to force threaded build when built + against a threaded Tcl core. + Reorder configure.in for better 64-bit build configuration, + replacing EXTRA_CFLAGS with CFLAGS. [Bug #874058] + 2004-07-19 Zoran Vasiljevic <vasiljevic@users.sf.net> * win/tclwinThrd.c: redefined MASTER_LOCK to call |