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:
Eelco Dolstra 2014-08-20 10:39:03 +02:00
parent a0c60b76ec
commit 5c53f22492

View file

@ -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" ]