Michael Stone b9a4da47c0 go: fix on darwin, make go-1.7 build with clang-3.8. (#18001)
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.
2016-08-26 07:36:06 +00:00
..
2016-04-02 17:56:32 +01:00
2016-06-25 14:24:52 +01:00
2016-08-02 21:42:43 +03:00
2016-05-16 08:08:50 -05:00
2016-06-03 21:29:50 -06:00
2016-07-04 10:44:34 +02:00
2016-05-06 10:06:08 +01:00
2016-06-26 11:14:34 +02:00
2016-08-06 17:06:45 +03:00
2016-08-13 23:07:01 +00:00
2016-05-31 22:33:18 +02:00
2016-08-20 19:14:30 +05:30
2016-03-30 21:46:56 +02:00
2016-06-30 16:57:32 +01:00
2016-04-08 01:23:22 -07:00
2016-08-25 00:00:48 +00:00
2016-04-06 23:21:09 +02:00
2016-08-23 01:18:10 +03:00
2016-03-03 14:06:07 +01:00
2016-08-02 21:42:43 +03:00
2016-08-25 23:27:55 +00:00
2016-08-02 21:42:43 +03:00
2016-03-24 20:54:59 +01:00
2016-08-09 19:39:46 +00:00
2016-07-11 23:14:30 +00:00
2016-08-23 01:18:10 +03:00
2016-07-04 10:44:34 +02:00
2016-06-11 14:53:07 +02:00
2016-08-23 03:54:23 +03:00
2016-07-09 16:50:13 +02:00
2016-05-26 15:29:03 -06:00
2016-08-23 02:56:12 +03:00
2016-08-11 17:57:35 +02:00
2016-03-09 23:33:59 +11:00
2016-08-17 23:31:20 +02:00
2016-08-23 01:18:10 +03:00
2016-06-23 23:28:19 +02:00
2016-06-09 23:06:01 +02:00
2016-06-04 09:46:06 +02:00