]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Modernize instructions.
authorBruno Haible <bruno@clisp.org>
Sat, 5 Sep 2009 15:44:30 +0000 (17:44 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 5 Sep 2009 15:44:30 +0000 (17:44 +0200)
ChangeLog
README.woe32

index fc8be252c2d6b6d7249df65fcc027bd2d4f7915c..bacfd366c0a9683014809d8a27aec58dc8daf225 100644 (file)
--- 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-30  Bruno Haible  <bruno@clisp.org>
 
        * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add xstriconveh.
index 07c7260396606d7f7cc7e2fe181022fd0282f3eb..6d7ea5f668b6c843ff00dcfdbe3329cec2686926 100644 (file)
@@ -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