Skip to content

Commit

Permalink
fix golang cross-compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowrt committed Sep 29, 2015
1 parent e361892 commit af4ef74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes-devtools/go/golang-cross.inc
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ do_compile () {
export GO_LDFLAGS=""
export GO_CCFLAGS=""
export CGO_ENABLED="1"
#export CC_FOR_TARGET="${TARGET_SYS}-gcc"
#export CXX_FOR_TARGET="${TARGET_SYS}-g++"
export CC_FOR_TARGET="${TARGET_SYS}-gcc"
export CXX_FOR_TARGET="${TARGET_SYS}-g++"
echo GOARCH ${GOARCH}
echo CC_FOR_TARGET ${CC_FOR_TARGET}

Expand Down

0 comments on commit af4ef74

Please sign in to comment.