diff options
author | nijtmans <nijtmans> | 2010-11-19 21:37:13 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-11-19 21:37:13 (GMT) |
commit | e308d555ace980d925c685d9882c9ca5c3922ca0 (patch) | |
tree | f6131560465ad646ca290b1eba3eec1d0e954de6 /ChangeLog | |
parent | 0142fdb760e82fc6fb38add2a16f9b5c8f110664 (diff) | |
download | tcl-e308d555ace980d925c685d9882c9ca5c3922ca0.zip tcl-e308d555ace980d925c685d9882c9ca5c3922ca0.tar.gz tcl-e308d555ace980d925c685d9882c9ca5c3922ca0.tar.bz2 |
Allow cross-compilation by default (backported)
Use -pipe for gcc on win32 (backported)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -4,9 +4,12 @@ 'Tcl_GetIndexFromObj' discards qualifiers from pointer target type * generic/tclWinInit.c: fix gcc warning: dereferencing pointer 'oemId' does break strict-aliasing rules - * win/tclWin32Dll.c: fix gcc warnings: unused variable 'registration' + * win/tclWin32Dll.c: fix gcc warnings: unused variable 'registration' * win/tclWinChan.c: * win/tclWinFCmd.c: + * win/configure.in: Allow cross-compilation by default. (backported) + * win/tcl.m4: Use -pipe for gcc on win32 (backported) + * win/configure: (regenerated) 2010-11-18 Donal K. Fellows <dkf@users.sf.net> |