From 63e9469db39641c0c47cfc4e6843f13a74f63a13 Mon Sep 17 00:00:00 2001 From: rpj Date: Tue, 24 May 2005 03:04:36 +0000 Subject: Minor changes to make mingw32 cross compiling on Linux easier --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d46e219..2c4ef6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2005-05-24 Mikael Magnusson + + * 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 * pthread_win32_attach_detach_np.c (pthread_win32_thread_detach_np): -- cgit v1.2.3