summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-03-31 03:13:09 +0200
committerBruno Haible <bruno@clisp.org>2010-04-03 11:07:06 +0200
commit02bf3c7d4b47953869ebe4c4222e0257d3cef2c8 (patch)
tree0ea376cb57a4cd380bc157137a3c57c538a6fcf3
parent5d6ce9e31328955f584d893fcb85da688734d46c (diff)
downloadlibunistring-02bf3c7d4b47953869ebe4c4222e0257d3cef2c8.tar.gz
Update for Cygwin 1.7.x.
-rw-r--r--ChangeLog4
-rw-r--r--README.woe326
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index deecb89..afb3cf8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-03-30 Bruno Haible <bruno@clisp.org>
+
+ * README.woe32: Update for Cygwin 1.7.x.
+
2010-03-29 Bruno Haible <bruno@clisp.org>
Undo last change, not needed any more.
diff --git a/README.woe32 b/README.woe32
index 6d7ea5f..28430ae 100644
--- a/README.woe32
+++ b/README.woe32
@@ -1,4 +1,4 @@
-Installation on Woe32 (WinNT/2000/XP/Vista, Win95/98/ME):
+Installation on Woe32 (WinNT/2000/XP/Vista/7, Win95/98/ME):
This file explains how to create binaries for the mingw execution environment.
For how to create binaries for the cygwin environment, please see the normal
@@ -23,8 +23,8 @@ and configure commands:
PATH=/usr/local/mingw/bin:$PATH
export PATH
./configure --host=i586-pc-mingw32 --prefix=/usr/local/mingw \
- CC="gcc -mno-cygwin" \
- CXX="g++ -mno-cygwin" \
+ CC="gcc-3 -mno-cygwin" \
+ CXX="g++-3 -mno-cygwin" \
CPPFLAGS="-Wall -I/usr/local/mingw/include" \
LDFLAGS="-L/usr/local/mingw/lib"