const syscallExecSupported … // execArchive invokes the archiver tool with syscall.Exec(), with // the expectation that this is the last thing that takes place // in the linking operation. func (ctxt *Link) execArchive(argv []string) { … }
const syscallExecSupported … // execArchive invokes the archiver tool with syscall.Exec(), with // the expectation that this is the last thing that takes place // in the linking operation. func (ctxt *Link) execArchive(argv []string) { … }