Home
last modified time | relevance | path

Searched refs:gcflags (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-devtools/go/go/
H A D0009-go-Filter-build-paths-on-staticly-linked-arches.patch42 if gcflags := BuildGcflags.String(); gcflags != "" && cfg.BuildContext.Compiler == "gc" {
43 appendSetting("-gcflags", gcflags)
/openbmc/linux/kernel/irq/
H A Dgeneric-chip.c289 enum irq_gc_flags gcflags) in __irq_alloc_domain_generic_chips() argument
319 dgc->gc_flags = gcflags; in __irq_alloc_domain_generic_chips()
331 if (gcflags & IRQ_GC_BE_IO) { in __irq_alloc_domain_generic_chips()
/openbmc/openbmc/poky/meta/recipes-devtools/go/
H A Dgo-target.inc17 export GOBUILDFLAGS = "-gcflags=-trimpath=$GOPATH -asmflags=-trimpath=$GOPATH -trimpath"