Skip to content

Commit

Permalink
compcert: Permit building with Coq 8.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiegley committed Feb 16, 2018
1 parent 3b98744 commit d8720dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/compilers/compcert/default.nix
Expand Up @@ -19,6 +19,10 @@ stdenv.mkDerivation rec {

enableParallelBuilding = true;

postPatch = ''
sed -i -e 's/8\.6\.1|8\.7\.0|8\.7\.1)/8.6.1|8.7.0|8.7.1|8.7.2)/' configure
'';

configurePhase = ''
substituteInPlace ./configure --replace '{toolprefix}gcc' '{toolprefix}cc'
./configure -clightgen -prefix $out -toolprefix ${tools}/bin/ '' +
Expand Down

0 comments on commit d8720dd

Please sign in to comment.