Lines Matching full:export
25 export GOROOT_OVERRIDE = "1"
26 export GOTMPDIR ?= "${WORKDIR}/build-tmp"
28 export CGO_ENABLED = "1"
30 export GOHOSTOS ?= "${BUILD_GOOS}"
31 export GOHOSTARCH ?= "${BUILD_GOARCH}"
32 export GOROOT_BOOTSTRAP ?= "${STAGING_LIBDIR_NATIVE}/go"
33 export GOOS ?= "${TARGET_GOOS}"
34 export GOARCH ?= "${TARGET_GOARCH}"
35 export GOARM ?= "${TARGET_GOARM}"
36 export GO386 ?= "${TARGET_GO386}"
37 export GOMIPS ?= "${TARGET_GOMIPS}"
38 export GOROOT_FINAL ?= "${libdir}/go"
40 export GODEBUG = "gocachehash=1"