mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
gcc33: fix build by --disable-multilib
This commit is contained in:
parent
dd25120e8e
commit
198d4fbe41
@ -35,7 +35,7 @@ EOF
|
|||||||
cd ../build
|
cd ../build
|
||||||
|
|
||||||
configureScript=../$sourceRoot/configure
|
configureScript=../$sourceRoot/configure
|
||||||
configureFlags="--enable-languages=$langs"
|
configureFlags="--enable-languages=$langs --disable-multilib"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user