summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-09-05 17:42:29 +0200
committerBruno Haible <bruno@clisp.org>2009-09-05 17:42:29 +0200
commitf0da41c71fba8c6b9ff54253917bff3f0b8a9b8e (patch)
treec65007d3f48386a35ee80e1f9d324f225bd278c9
parent9e279266fe134d21a79b895974103676c2c3108f (diff)
downloadlibunistring-f0da41c71fba8c6b9ff54253917bff3f0b8a9b8e.tar.gz
Modernize instructions.
-rw-r--r--ChangeLog5
-rw-r--r--README.woe328
2 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 54cc411..97aae15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-09-01 Bruno Haible <bruno@clisp.org>
+
+ * README.woe32: Put the -mno-cygwin option into CC and CXX.
+ Recommended by Paolo Bonzini and Eric Blake.
+
2009-08-17 Bruno Haible <bruno@clisp.org>
* Version 0.9.1.1 released.
diff --git a/README.woe32 b/README.woe32
index 07c7260..6d7ea5f 100644
--- a/README.woe32
+++ b/README.woe32
@@ -23,10 +23,10 @@ and configure commands:
PATH=/usr/local/mingw/bin:$PATH
export PATH
./configure --host=i586-pc-mingw32 --prefix=/usr/local/mingw \
- CPPFLAGS="-mno-cygwin -Wall -I/usr/local/mingw/include" \
- CFLAGS="-mno-cygwin -O2 -g" \
- CXXFLAGS="-mno-cygwin -O2 -g" \
- LDFLAGS="-mno-cygwin -L/usr/local/mingw/lib"
+ CC="gcc -mno-cygwin" \
+ CXX="g++ -mno-cygwin" \
+ CPPFLAGS="-Wall -I/usr/local/mingw/include" \
+ LDFLAGS="-L/usr/local/mingw/lib"
The -mno-cygwin tells the cygwin compiler and linker to build for mingw.
The -I and -L option are so that packages previously built for the