b9a4da47c0
The darwin stdenv currently provides clang-3.7; however, a) go-1.7 currently expects a compiler that supports "-fdebug-prefix-map" arguments (which clang-3.8 supports but clang-3.7 does not) and b) even with clang-3.8, go-1.7 misinterprets the result of its runtime probes for support for the "-no-pie" flag, thereby failing to build runtime/cgo. This patch resolves (a) by building go-1.7 with clang-3.8 and resolves (b) by teaching go how to correctly probe "-no-pie" error messages from clang. |
||
---|---|---|
.. | ||
1.1.nix | ||
1.2.nix | ||
1.3.nix | ||
1.4.nix | ||
1.5.nix | ||
1.6.nix | ||
1.7.nix | ||
default.nix | ||
new-binutils.patch | ||
remove-tools-1.4.patch | ||
remove-tools-1.5.patch | ||
remove-tools-1.7.patch | ||
setup-hook.sh | ||
strip.patch |