Home | History | Annotate | Download | only in testso

Lines Matching full:ldflags

8 // intentionally write the same LDFLAGS differently
9 // to test correct handling of LDFLAGS.
10 #cgo linux LDFLAGS: -L. -lcgosotest
11 #cgo dragonfly LDFLAGS: -L. -l cgosotest
12 #cgo freebsd LDFLAGS: -L. -l cgosotest
13 #cgo openbsd LDFLAGS: -L. -l cgosotest
14 #cgo solaris LDFLAGS: -L. -lcgosotest
15 #cgo netbsd LDFLAGS: -L. libcgosotest.so
16 #cgo darwin LDFLAGS: -L. libcgosotest.dylib
17 #cgo windows LDFLAGS: -L. libcgosotest.dll