Lines Matching full:export
5 export GODEBUG = "gocachehash=1"
10 export GOROOT
11 export GOROOT_FINAL = "${libdir}/go"
12 export GOCACHE = "${B}/.cache"
14 export GOARCH = "${TARGET_GOARCH}"
15 export GOOS = "${TARGET_GOOS}"
16 export GOHOSTARCH="${BUILD_GOARCH}"
17 export GOHOSTOS="${BUILD_GOOS}"
19 GOARM[export] = "0"
21 GOARM:arm:class-target[export] = "1"
23 GO386[export] = "0"
25 GO386:x86:class-target[export] = "1"
27 GOMIPS[export] = "0"
29 GOMIPS:mips:class-target[export] = "1"
48 export GOBUILDFLAGS ?= "-v ${GO_LDFLAGS} -trimpath"
49 export GOPATH_OMIT_IN_ACTIONID ?= "1"
50 export GOPTESTBUILDFLAGS ?= "${GOBUILDFLAGS} -c"
51 export GOPTESTFLAGS ?= ""
54 export GO = "${HOST_PREFIX}go"
57 export GOTOOLDIR
59 export CGO_ENABLED ?= "1"
60 export CGO_CFLAGS ?= "${CFLAGS}"
61 export CGO_CPPFLAGS ?= "${CPPFLAGS}"
62 export CGO_CXXFLAGS ?= "${CXXFLAGS}"
63 export CGO_LDFLAGS ?= "${LDFLAGS}"
69 export GOPATH = "${B}"
70 export GOENV = "off"
71 export GOTMPDIR ?= "${WORKDIR}/build-tmp"
106 export TMPDIR="${GOTMPDIR}"