File tree 1 file changed +2
-2
lines changed
pkgs/development/compilers/compcert
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ stdenv.mkDerivation rec {
22
22
configurePhase = ''
23
23
substituteInPlace ./configure --replace '{toolprefix}gcc' '{toolprefix}cc'
24
24
./configure -clightgen -prefix $out -toolprefix ${ tools } /bin/ '' +
25
- ( if stdenv . isDarwin then "ia32 -macosx" else "ia32 -linux" ) ;
25
+ ( if stdenv . isDarwin then "x86_64 -macosx" else "x86_64 -linux" ) ;
26
26
27
27
installTargets = "documentation install" ;
28
28
29
29
postInstall = ''
30
30
mkdir -p $lib/share/doc/compcert
31
31
mv doc/html $lib/share/doc/compcert/
32
32
mkdir -p $lib/lib/coq/${ coq . coq-version } /user-contrib/compcert/
33
- mv backend cfrontend common cparser driver flocq x86 x86_32 lib \
33
+ mv backend cfrontend common cparser driver flocq x86 x86_64 lib \
34
34
$lib/lib/coq/${ coq . coq-version } /user-contrib/compcert/
35
35
'' ;
36
36
You can’t perform that action at this time.
0 commit comments