You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CL 73214 does not contain support for gccgo-based builds
and instead will cause cmd/go to fatal out if used with gccgo.
(The CL is a bit too large already.)
This issue is to make gccgo work again. The main work items are:
Figure out where to store build IDs in package archives and do so.
Write support for buildActionID/linkActionID/linkSharedActionID to record the relevant build configuration input for the gccgo toolchain.