aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2011-12-02 15:22:42 +0000
committerlloyd <[email protected]>2011-12-02 15:22:42 +0000
commitd580782ae6b5dfe7e23f59b4bcac4f168d17055f (patch)
tree3a05a944c157f41ee021fce211ffbe3aefc59776 /doc
parentec4f86fad8e84ca7391ba79adc854775537cfc19 (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.txt5
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)