Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
Disable large address space in ghc ios X compile
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Feb 17, 2017
1 parent 15793dd commit 17cea33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/compilers/ghc/head.nix
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ in stdenv.mkDerivation (rec {
"RANLIB=${stdenv.binutilsCross}/bin/${cross.config}-ranlib"
"--target=${cross.config}"
"--enable-bootstrap-with-devel-snapshot"
];
] ++ (if "${cross.config}" == "aarch64-apple-darwin14" then [ "--disable-large-address-space" ] else []);

buildInputs = commonBuildInputs ++ [ stdenv.ccCross stdenv.binutilsCross ];

Expand Down

0 comments on commit 17cea33

Please sign in to comment.