gcc: Fix bug causing Glibc miscompilation
http://hydra.nixos.org/build/16564205
This commit is contained in:
@@ -61,7 +61,7 @@ let version = "4.8.3";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
patches = []
|
||||
patches = [ ./bug-61801.patch ]
|
||||
++ optional enableParallelBuilding ./parallel-bconfig.patch
|
||||
++ optional (cross != null) ./libstdc++-target.patch
|
||||
++ optional noSysDirs ./no-sys-dirs.patch
|
||||
|
||||
Reference in New Issue
Block a user