summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorrpj <rpj>2005-05-24 03:04:36 +0000
committerrpj <rpj>2005-05-24 03:04:36 +0000
commit63e9469db39641c0c47cfc4e6843f13a74f63a13 (patch)
treeaf0d94db3a4f1d288e296025bca3019a80a92432 /ChangeLog
parentca6c01439b4b727acb513fa1725bf93543556b9a (diff)
Minor changes to make mingw32 cross compiling on Linux easier
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d46e219..2c4ef6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-05-24 Mikael Magnusson <mikaelmagnusson at glocalnet.net>
+
+ * GNUmakefile: Patched to allow cross-compile with mingw32 on Linux.
+ It uses macros instead of referencing dlltool, gcc and g++ directly;
+ added a call to ranlib. For example the GC static library can be
+ built with:
+ make CC=i586-mingw32msvc-gcc RC=i586-mingw32msvc-windres \
+ RANLIB=i586-mingw32msvc-ranlib clean GC-static
+ * ptw32_relmillisecs.c (ptw32_relmillisecs): Remove INLINE qualifier
+ macro to link the GCE library.
+
2005-05-13 Ross Johnson <ross at callisto.canberra.edu.au>
* pthread_win32_attach_detach_np.c (pthread_win32_thread_detach_np):