From: Koji Arai Date: Mon, 15 Aug 2016 14:03:46 +0000 (+0100) Subject: Remove the -mno-cygwin option for gcc4 or later. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=141705621f43d923b6be506be65eb0d5405b4a1f;p=lha%2Flha.git Remove the -mno-cygwin option for gcc4 or later. --- diff --git a/README.jp.md b/README.jp.md index 2a82fd8..6393493 100644 --- a/README.jp.md +++ b/README.jp.md @@ -22,8 +22,9 @@ MinGW 対応はα版です。ほとんどテストされていません(make che する程度)。Cygwin 環境で MinGW 版を試すには ``` - sh ./configure CC='gcc -mno-cygwin' - --build=i686-pc-mingw32 + sh ./configure \ + --build=i686-pc-mingw32 \ + --host=x86_64-w64-mingw32 \ --with-tmp-file=no ```