Add multilib gcc-4.6.
libquadmath seems to require that the bootstrap gcc be multilib too.
This commit is contained in:
@@ -251,7 +251,7 @@ stdenv.mkDerivation ({
|
||||
[ "--with-host-libstdcxx=-lstdc++ -lgcc_s" ];
|
||||
|
||||
configureFlags = "
|
||||
${if enableMultilib then "" else "--disable-multilib"}
|
||||
${if enableMultilib then "--disable-libquadmath" else "--disable-multilib"}
|
||||
${if enableShared then "" else "--disable-shared"}
|
||||
${if enablePlugin then "--enable-plugin" else ""}
|
||||
${if ppl != null then "--with-ppl=${ppl}" else ""}
|
||||
|
||||
Reference in New Issue
Block a user