You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by hc...@apache.org on 2014/10/01 00:14:39 UTC

git commit: THRIFT-2746: compiler/cpp/README.md updated

Repository: thrift
Updated Branches:
  refs/heads/master ab3f848de -> 99b9e1d40


THRIFT-2746: compiler/cpp/README.md updated

Client: Build
Patch: Konrad Grochowski

Haskell compiler no longer need to be disabled when building with mingw


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/99b9e1d4
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/99b9e1d4
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/99b9e1d4

Branch: refs/heads/master
Commit: 99b9e1d405c80059e9bf680081501bf729c33a74
Parents: ab3f848
Author: Konrad Grochowski <hc...@apache.org>
Authored: Wed Oct 1 00:14:14 2014 +0200
Committer: Konrad Grochowski <hc...@apache.org>
Committed: Wed Oct 1 00:14:14 2014 +0200

----------------------------------------------------------------------
 compiler/cpp/README.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/99b9e1d4/compiler/cpp/README.md
----------------------------------------------------------------------
diff --git a/compiler/cpp/README.md b/compiler/cpp/README.md
index 017617f..0e853fb 100644
--- a/compiler/cpp/README.md
+++ b/compiler/cpp/README.md
@@ -20,11 +20,9 @@ Now open the folder build_ec using eclipse.
 ### Cross compile using mingw32 and generate a Windows Installer with CPack
 
     mkdir build_mingw32 && cd build_mingw32
-    cmake -DCMAKE_TOOLCHAIN_FILE=../../../contrib/mingw32-toolchain.cmake -DTHRIFT_COMPILER_HS=OFF ..
+    cmake -DCMAKE_TOOLCHAIN_FILE=../../../contrib/mingw32-toolchain.cmake ..
     cpack
 
-Haskell uses C++ features not supported by mingw32 such as auto or nullptr, that's why we disable it.
-
 ## Build on windows
 
 In order to build on windows a few additional steps are necessary: