Matt Madison
39da5f3e13
go-runtime: prevent host leakage into target objects
...
When building for a target whose architecture matches
the build host's, the second pass through make.bash
to build the shareable runtime would also overwrite
the target's static cgo library with host-compatibile
binaries.
Fix this by running the host-side build once and
target-only passes of make.bash twice, for static
and shareable. This ensures that what gets installed
is target-compatible.
Also fix an issue with x86-64 targets running MUSL by
removing the pre-built (for glibc) objects for the
race detector runtime before building.
[YOCTO #12136 ]
(From OE-Core rev: 070f4af529c84a3c8c0b1ffc7b138bdd9e8439b7)
Signed-off-by: Matt Madison <matt@madison.systems >
Signed-off-by: Ross Burton <ross.burton@intel.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2017-10-07 23:20:39 +01:00
..
2017-08-23 08:47:03 +01:00
2017-07-30 08:46:20 +01:00
2017-08-03 11:14:13 +01:00
2017-08-09 09:24:16 +01:00
2017-09-18 11:07:30 +01:00
2017-07-21 11:12:44 +01:00
2017-09-11 17:30:29 +01:00
2017-08-13 09:27:38 +01:00
2017-08-16 00:03:13 +01:00
2017-02-23 12:49:51 -08:00
2017-03-10 14:50:11 +00:00
2017-08-09 09:24:16 +01:00
2017-07-06 14:38:13 +01:00
2017-07-24 09:13:30 +01:00
2017-09-11 17:30:29 +01:00
2016-07-20 10:28:46 +01:00
2016-10-28 16:15:18 +01:00
2017-08-09 09:24:15 +01:00
2017-08-16 00:03:13 +01:00
2017-06-28 15:52:18 +01:00
2017-08-19 22:15:38 +01:00
2017-02-23 12:49:50 -08:00
2017-03-08 11:52:56 +00:00
2017-09-13 22:07:42 +01:00
2017-09-18 11:07:30 +01:00
2017-08-18 10:40:26 +01:00
2017-06-28 20:55:08 +01:00
2017-08-13 09:27:38 +01:00
2017-06-28 15:52:18 +01:00
2017-08-31 17:41:41 +01:00
2017-09-18 11:07:30 +01:00
2017-06-28 15:52:18 +01:00
2017-08-23 08:47:02 +01:00
2017-08-16 00:03:13 +01:00
2017-10-07 23:20:39 +01:00
2016-06-15 08:35:02 +01:00
2017-09-21 09:05:49 +01:00
2014-01-02 12:50:23 +00:00
2015-01-16 23:08:27 +00:00
2017-05-25 23:59:32 +01:00
2017-05-12 08:51:09 +01:00
2017-07-24 09:13:30 +01:00
2017-08-13 09:27:37 +01:00
2017-07-24 09:13:30 +01:00
2017-08-18 23:46:38 +01:00
2017-09-26 11:05:01 +01:00
2017-09-13 22:07:42 +01:00
2017-03-07 20:05:31 +00:00
2016-09-16 15:24:02 +01:00
2017-09-02 00:52:10 +01:00
2017-05-16 14:08:29 +01:00
2017-08-16 00:03:13 +01:00
2017-04-11 18:10:18 +01:00
2017-06-22 09:16:00 +01:00
2017-05-29 15:15:20 +01:00
2017-08-27 22:30:06 +01:00
2017-09-21 09:05:50 +01:00
2017-06-28 15:52:18 +01:00
2017-07-21 22:51:38 +01:00
2017-08-09 09:24:15 +01:00
2016-06-16 11:11:40 +01:00
2017-03-07 20:05:31 +00:00
2017-07-24 09:13:30 +01:00
2017-08-16 00:03:13 +01:00
2017-09-21 09:05:50 +01:00
2017-08-23 12:06:51 +01:00
2017-07-21 22:51:37 +01:00
2016-10-28 16:15:21 +01:00
2017-10-07 23:20:39 +01:00
2017-09-25 14:14:17 +01:00
2017-09-13 22:07:42 +01:00
2017-09-02 00:52:10 +01:00
2017-09-22 17:15:30 +01:00
2017-04-05 23:22:13 +01:00
2017-08-18 10:40:26 +01:00
2017-03-07 20:05:31 +00:00
2017-09-18 11:07:30 +01:00
2017-08-16 00:03:14 +01:00
2017-08-23 08:47:03 +01:00
2017-09-22 17:15:30 +01:00
2017-09-11 17:30:30 +01:00
2017-02-23 12:49:51 -08:00
2017-08-17 00:21:14 +01:00
2017-07-21 22:51:38 +01:00
2017-08-16 00:03:13 +01:00
2017-08-23 08:47:02 +01:00
2017-05-30 10:15:20 +01:00
2017-02-23 12:49:51 -08:00
2017-07-27 22:36:53 +01:00
2017-08-23 12:06:51 +01:00
2017-04-05 23:22:12 +01:00
2017-03-11 16:09:13 +00:00
2014-03-31 23:04:35 +01:00