Home | History | Annotate | Download | only in work

Lines Matching refs:Wl

345 	ldflags = append(ldflags, "-Wl,--whole-archive")
347 ldflags = append(ldflags, "-Wl,--no-whole-archive")
355 ldflags = str.StringList("-Wl,-(", ldflags, "-Wl,-)")
362 ldflags = append(ldflags, fmt.Sprintf("-Wl,--build-id=0x%x", root.buildID))
370 "-Wl,-rpath="+filepath.Dir(shlib),
380 ldflags = append(ldflags, "-Wl,-E")
398 ldflags = append(ldflags, "-Wl,-r", "-nostdlib", "-Wl,--whole-archive", "-lgolibbegin", "-Wl,--no-whole-archive")
413 ldflags = append(ldflags, "-shared", "-nostdlib", "-Wl,--whole-archive", "-lgolibbegin", "-Wl,--no-whole-archive", "-lgo", "-lgcc_s", "-lgcc", "-lc", "-lgcc")