We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 3b98744 commit d8720ddCopy full SHA for d8720dd
pkgs/development/compilers/compcert/default.nix
@@ -19,6 +19,10 @@ stdenv.mkDerivation rec {
19
20
enableParallelBuilding = true;
21
22
+ postPatch = ''
23
+ 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
24
+ '';
25
+
26
configurePhase = ''
27
substituteInPlace ./configure --replace '{toolprefix}gcc' '{toolprefix}cc'
28
./configure -clightgen -prefix $out -toolprefix ${tools}/bin/ '' +
0 commit comments