Setting the gcc --with-arch=fuloong2f only on mips64-linux. (what was there before was
a temporary change not representing a working stdenv) svn path=/nixpkgs/branches/stdenv-updates/; revision=23589
This commit is contained in:
parent
641f956581
commit
bc22ce3b74
1 changed files with 2 additions and 1 deletions
|
@ -235,7 +235,8 @@ stdenv.mkDerivation ({
|
|||
)
|
||||
)
|
||||
}
|
||||
${"--with-arch=loongson2f"}
|
||||
${ # Trick that should be taken out once we have a mips64-linux not loongson2f
|
||||
if cross == null && stdenv.system == "mips64-linux" then "--with-arch=loongson2f" else ""}
|
||||
${if langAda then " --enable-libada" else ""}
|
||||
${if (cross == null && stdenv.isi686) then "--with-arch=i686" else ""}
|
||||
${if cross != null then crossConfigureFlags else ""}
|
||||
|
|
Loading…
Reference in a new issue