mirror of
https://git.yoctoproject.org/poky
synced 2026-04-14 08:02:30 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
9060b87711
commit
2c3e27b71b
@@ -42,8 +42,6 @@ export GOROOT_FINAL = "${libdir}/go"
|
||||
export GOBIN_FINAL
|
||||
export GOPKG_FINAL = "${GOROOT_FINAL}/pkg/${TARGET_GOTUPLE}"
|
||||
export GOSRC_FINAL = "${GOROOT_FINAL}/src"
|
||||
export GO_GCFLAGS = "${TARGET_CFLAGS}"
|
||||
export GO_LDFLAGS = "${TARGET_LDFLAGS}"
|
||||
export CGO_CFLAGS = "${TARGET_CC_ARCH}${TOOLCHAIN_OPTIONS} ${TARGET_CFLAGS}"
|
||||
export CGO_CPPFLAGS = "${TARGET_CPPFLAGS}"
|
||||
export CGO_CXXFLAGS = "${TARGET_CC_ARCH}${TOOLCHAIN_OPTIONS} ${TARGET_CXXFLAGS}"
|
||||
|
||||
Reference in New Issue
Block a user