diff options
author | Matt Madison <matt@madison.systems> | 2017-09-12 09:50:22 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-12 23:55:29 +0100 |
commit | 2c3e27b71b72b77f6bbd1da95b96e03cbba61563 (patch) | |
tree | 5e03aa8b6d577544cea0d7a086b21feb42212cd6 /meta/classes | |
parent | 9060b87711ffc5892c343165236ec40e5e3478e6 (diff) | |
download | poky-2c3e27b71b72b77f6bbd1da95b96e03cbba61563.tar.gz |
go.bbclass: remove GO_GCFLAGS nad GO_LDFLAGS
These variables are not used anywhere.
(From OE-Core rev: 2d37f60c2606de216aaa2d593b73b1de0a5c031e)
Signed-off-by: Matt Madison <matt@madison.systems>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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}" |