diff options
author | lloyd <[email protected]> | 2011-12-02 15:22:42 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-12-02 15:22:42 +0000 |
commit | d580782ae6b5dfe7e23f59b4bcac4f168d17055f (patch) | |
tree | 3a05a944c157f41ee021fce211ffbe3aefc59776 /doc | |
parent | ec4f86fad8e84ca7391ba79adc854775537cfc19 (diff) |
Warn the user if targetting for GCC on Windows without an explicit
--os=windows since likely they actually wanted either --os=cygwin
or --os=mingw
Diffstat (limited to 'doc')
-rw-r--r-- | doc/log.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt index acce16410..9edd60018 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -23,6 +23,11 @@ Version 1.10.2, Not Yet Released * Add AltiVec detection for OpenBSD, contributed by Brad Smith (PR 162) +* If targetting GCC on a Windows system, configure.py will warn that + likely you wanted to configure for either MinGW or Cygwin, not the + generic Windows target which is oriented to Win32 plus the Visual + C++ runtime. + * Fixed a compilation problem of the dynamic loader hooks under MinGW GCC * Don't set a soname on OpenBSD, as it doesn't support it (PR 158) |