summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-11-19 22:42:32 (GMT)
committernijtmans <nijtmans>2010-11-19 22:42:32 (GMT)
commit09724c70459a4e93f73d3986ee424de4838c525e (patch)
tree30c07ab7e3e15c9c90f648ccb9589619ca3ff315 /ChangeLog
parentf13ecbbf2781ee1d4a22440634ec82f95cb8f9e5 (diff)
downloadtk-09724c70459a4e93f73d3986ee424de4838c525e.zip
tk-09724c70459a4e93f73d3986ee424de4838c525e.tar.gz
tk-09724c70459a4e93f73d3986ee424de4838c525e.tar.bz2
Allow cross-compilation by default (backported)
Use -pipe for gcc on win32 (backported)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c3eb391..5f98e10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-11-19 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * win/configure.in: Allow cross-compilation by default. (backported)
+ * win/tcl.m4: Use -pipe for gcc on win32 (backported)
+ * win/configure: (regenerated)
+
2010-11-16 Jan Nijtmans <nijtmans@users.sf.net>
* win/tkWinPort.h [Bug #3110161]: Extensions using TCHAR don't compile