about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJohn Ericson <Ericson2314@Yahoo.com>2017-04-27 15:37:39 -0400
committerJohn Ericson <Ericson2314@Yahoo.com>2017-04-27 15:37:39 -0400
commitab298085d4e13f0ba9009616775bf5a8ac7a13bc (patch)
tree39942e8d41df13e2313637da0a93dcaa5b474aab
parent92887cb46636d91eb5cfc1afbc3536b5c757f6ab (diff)
downloadnixlib-ab298085d4e13f0ba9009616775bf5a8ac7a13bc.tar
nixlib-ab298085d4e13f0ba9009616775bf5a8ac7a13bc.tar.gz
nixlib-ab298085d4e13f0ba9009616775bf5a8ac7a13bc.tar.bz2
nixlib-ab298085d4e13f0ba9009616775bf5a8ac7a13bc.tar.lz
nixlib-ab298085d4e13f0ba9009616775bf5a8ac7a13bc.tar.xz
nixlib-ab298085d4e13f0ba9009616775bf5a8ac7a13bc.tar.zst
nixlib-ab298085d4e13f0ba9009616775bf5a8ac7a13bc.zip
cross mingw: Enable C++ on i686
Actually the old check wasn't being hit because a slightly different
target triple was being used.
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 6021ab67b097..48bc89633dc0 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -5008,10 +5008,6 @@ with pkgs;
       cross = targetPlatform;
       crossStageStatic = false;
 
-      # XXX: We have troubles cross-compiling libstdc++ on MinGW (see
-      # <http://hydra.nixos.org/build/4268232>), so don't even try.
-      langCC = !(lib.systems.parse.isi686  targetPlatform.parsed &&
-                 lib.systems.parse.isMinGW targetPlatform.parsed);
       # Why is this needed?
       inherit (forcedNativePackages) binutils;
     };