diff options
author | rpj <rpj> | 2005-05-24 03:05:21 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-05-24 03:05:21 +0000 |
commit | 062f752862bc7be64c256ee7eb0c231cd6dbe309 (patch) | |
tree | 2ec08738a3ad4f8f2cd91dbe193f64b0ff75daa5 /ChangeLog | |
parent | 33121c0115dbd27a848d7fc4ed0d42e5a7091c79 (diff) |
Minor changes to make mingw32 cross compiling on Linux easier
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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): |