Revert "binutils: Enable sysroot support"
This reverts commit 773595540b
. It
breaks stuff and we don't need it anymore.
http://hydra.nixos.org/build/13517591
This commit is contained in:
parent
a0c60b76ec
commit
5c53f22492
@ -59,7 +59,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
configureFlags =
|
||||
[ "--enable-shared" "--enable-deterministic-archives" ]
|
||||
++ optional noSysDirs "--with-sysroot=/var/empty"
|
||||
++ optional (stdenv.system == "mips64el-linux") "--enable-fix-loongson2f-nop"
|
||||
++ optional (cross != null) "--target=${cross.config}"
|
||||
++ optionals gold [ "--enable-gold" "--enable-plugins" ]
|
||||
|
Loading…
Reference in New Issue
Block a user