compcert: patch to build with Coq-8.5pl3

This commit is contained in:
Vincent Laporte 2016-10-31 19:10:30 +01:00
parent b840da02cd
commit 7c53518663

View file

@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
configurePhase = ''
substituteInPlace ./configure --replace pl2 pl3
substituteInPlace ./configure --replace '{toolprefix}gcc' '{toolprefix}cc'
./configure -prefix $out -toolprefix ${tools}/bin/ '' +
(if stdenv.isDarwin then "ia32-macosx" else "ia32-linux");