compcert: patch to build with Coq-8.5pl3
This commit is contained in:
parent
b840da02cd
commit
7c53518663
|
@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
|
substituteInPlace ./configure --replace pl2 pl3
|
||||||
substituteInPlace ./configure --replace '{toolprefix}gcc' '{toolprefix}cc'
|
substituteInPlace ./configure --replace '{toolprefix}gcc' '{toolprefix}cc'
|
||||||
./configure -prefix $out -toolprefix ${tools}/bin/ '' +
|
./configure -prefix $out -toolprefix ${tools}/bin/ '' +
|
||||||
(if stdenv.isDarwin then "ia32-macosx" else "ia32-linux");
|
(if stdenv.isDarwin then "ia32-macosx" else "ia32-linux");
|
||||||
|
|
Loading…
Reference in New Issue