diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/go.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/go.bbclass b/meta/classes/go.bbclass index b3464d2105..0ff82ca2bb 100644 --- a/meta/classes/go.bbclass +++ b/meta/classes/go.bbclass | |||
@@ -42,8 +42,6 @@ export GOROOT_FINAL = "${libdir}/go" | |||
42 | export GOBIN_FINAL | 42 | export GOBIN_FINAL |
43 | export GOPKG_FINAL = "${GOROOT_FINAL}/pkg/${TARGET_GOTUPLE}" | 43 | export GOPKG_FINAL = "${GOROOT_FINAL}/pkg/${TARGET_GOTUPLE}" |
44 | export GOSRC_FINAL = "${GOROOT_FINAL}/src" | 44 | export GOSRC_FINAL = "${GOROOT_FINAL}/src" |
45 | export GO_GCFLAGS = "${TARGET_CFLAGS}" | ||
46 | export GO_LDFLAGS = "${TARGET_LDFLAGS}" | ||
47 | export CGO_CFLAGS = "${TARGET_CC_ARCH}${TOOLCHAIN_OPTIONS} ${TARGET_CFLAGS}" | 45 | export CGO_CFLAGS = "${TARGET_CC_ARCH}${TOOLCHAIN_OPTIONS} ${TARGET_CFLAGS}" |
48 | export CGO_CPPFLAGS = "${TARGET_CPPFLAGS}" | 46 | export CGO_CPPFLAGS = "${TARGET_CPPFLAGS}" |
49 | export CGO_CXXFLAGS = "${TARGET_CC_ARCH}${TOOLCHAIN_OPTIONS} ${TARGET_CXXFLAGS}" | 47 | export CGO_CXXFLAGS = "${TARGET_CC_ARCH}${TOOLCHAIN_OPTIONS} ${TARGET_CXXFLAGS}" |