Merge branch glibc-2.19, see #1840

This commit is contained in:
Vladimír Čunát
2014-04-02 19:03:49 +02:00
28 changed files with 427 additions and 1750 deletions
+1
View File
@@ -60,6 +60,7 @@ stdenv.mkDerivation {
else if stdenv.system == "armv5tel-linux" then "arm"
else throw "Unsupported system";
GOARM = stdenv.lib.optionalString (stdenv.system == "armv5tel-linux") "5";
GO386 = 387; # from Arch: don't assume sse2 on i686
installPhase = ''
mkdir -p "$out/bin"