HomeSort by relevance Sort by last modified time
    Searched refs:CGO_LDFLAGS (Results 1 - 17 of 17) sorted by null

  /prebuilts/go/darwin-x86/misc/cgo/fortran/
test.bash 22 export CGO_LDFLAGS="$CGO_LDFLAGS -Wl,-rpath,$libpath -L $libpath"
  /prebuilts/go/linux-x86/misc/cgo/fortran/
test.bash 22 export CGO_LDFLAGS="$CGO_LDFLAGS -Wl,-rpath,$libpath -L $libpath"
  /external/llvm/tools/llvm-go/
llvm-go.go 184 "CGO_LDFLAGS=" + flags.ld + " " + ldflags,
197 !strings.HasPrefix(v, "CGO_LDFLAGS=") &&
242 ldflags := os.Getenv("CGO_LDFLAGS")
  /prebuilts/go/darwin-x86/src/cmd/cgo/
main.go 248 // Record CGO_LDFLAGS from the environment for external linking.
249 if ldflags := os.Getenv("CGO_LDFLAGS"); ldflags != "" {
252 fatalf("bad CGO_LDFLAGS: %q (%s)", ldflags, err)
doc.go 59 CGO_LDFLAGS environment variables are added to the flags derived from
    [all...]
  /prebuilts/go/linux-x86/src/cmd/cgo/
main.go 248 // Record CGO_LDFLAGS from the environment for external linking.
249 if ldflags := os.Getenv("CGO_LDFLAGS"); ldflags != "" {
252 fatalf("bad CGO_LDFLAGS: %q (%s)", ldflags, err)
doc.go 59 CGO_LDFLAGS environment variables are added to the flags derived from
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
env.go 100 {"CGO_LDFLAGS", strings.Join(ldflags, " ")},
build.go     [all...]
help.go 480 CGO_LDFLAGS
alldocs.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
env.go 100 {"CGO_LDFLAGS", strings.Join(ldflags, " ")},
build.go     [all...]
help.go 480 CGO_LDFLAGS
alldocs.go     [all...]
  /prebuilts/go/darwin-x86/misc/cgo/testsanitizers/
test.bash 101 if ! CGO_LDFLAGS="-fsanitize=memory" CGO_CPPFLAGS="-fsanitize=memory" go run -msan -a msan2.go; then
194 testtsan tsan5.go "CGO_CFLAGS=-fsanitize=thread CGO_LDFLAGS=-fsanitize=thread" "-installsuffix=tsan"
197 testtsan tsan6.go "CGO_CFLAGS=-fsanitize=thread CGO_LDFLAGS=-fsanitize=thread" "-installsuffix=tsan"
200 testtsan tsan7.go "CGO_CFLAGS=-fsanitize=thread CGO_LDFLAGS=-fsanitize=thread" "-installsuffix=tsan"
  /prebuilts/go/linux-x86/misc/cgo/testsanitizers/
test.bash 101 if ! CGO_LDFLAGS="-fsanitize=memory" CGO_CPPFLAGS="-fsanitize=memory" go run -msan -a msan2.go; then
194 testtsan tsan5.go "CGO_CFLAGS=-fsanitize=thread CGO_LDFLAGS=-fsanitize=thread" "-installsuffix=tsan"
197 testtsan tsan6.go "CGO_CFLAGS=-fsanitize=thread CGO_LDFLAGS=-fsanitize=thread" "-installsuffix=tsan"
200 testtsan tsan7.go "CGO_CFLAGS=-fsanitize=thread CGO_LDFLAGS=-fsanitize=thread" "-installsuffix=tsan"

Completed in 358 milliseconds