Lines Matching refs:buildmode
76 // Because go install -buildmode=shared $standard_library_package always
154 goCmd(nil, append([]string{"install", "-buildmode=shared"}, minpkgs...)...)
401 goCmd(t, "build", "-buildmode=pie", "-o", "trivial.pie", "-linkshared", "trivial")
436 goCmd(t, "build", "-buildmode=pie", "-o="+name, "trivial")
444 goCmd(t, "build", "-buildmode=pie", "-o="+name, "execgo")
453 goCmd(t, "install", "-buildmode=shared", "-linkshared", "depBase")
531 goCmd(t, "install", "-buildmode=shared", "-linkshared", "depBase")
584 goCmd(t, "install", "-buildmode=shared", "-linkshared", "depBase")
585 goCmd(t, "install", "-buildmode=shared", "-linkshared", "dep2")
591 goCmd(t, "install", "-buildmode=shared", "-linkshared", "depBase")
592 goCmd(t, "install", "-buildmode=shared", "-linkshared", "dep2")
593 goCmd(t, "install", "-buildmode=shared", "-linkshared", "dep3")
636 goCmd(t, "install", "-compiler=gccgo", "-buildmode=shared", "-linkshared", "depBase")
659 goCmd(t, "install", "-compiler=gccgo", "-buildmode=shared", "-linkshared", "depBase")
660 goCmd(t, "install", "-compiler=gccgo", "-buildmode=shared", "-linkshared", "dep2")
774 goCmd(t, "install", "-buildmode=shared", "-linkshared", "depBase")
831 goCmd(t, "install", "-buildmode=shared", "-linkshared", "depBase")
841 goCmd(t, "install", "-buildmode=shared", "-linkshared", "depBase")
872 goCmd(t, "install", "-buildmode=shared", "-linkshared", "depBase")
883 goCmd(t, "install", "-buildmode=shared", "-linkshared", "explicit")
892 goCmd(t, "install", "-buildmode=shared", "-linkshared", "iface_a")
894 goCmd(t, "install", "-buildmode=shared", "-linkshared", "iface_b")
901 goCmd(t, "install", "-buildmode=shared", "-linkshared", "globallib")