aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild-arm64-go.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/build-arm64-go.sh b/build-arm64-go.sh
index 4def187..3fdca43 100755
--- a/build-arm64-go.sh
+++ b/build-arm64-go.sh
@@ -17,7 +17,6 @@ else
git clone http://github.com/golang/go go1.4
pushd go1.4
git checkout 36f456c789da341df496f161672df618b7410d58
- git checkout 36f456c789da341df496f161672df618b7410d58
git apply $basedir/dist7.patch
pushd src
CC='arm-linux-gnueabihf-gcc -static' GO_DISTFLAGS=-s GOHOSTARCH=arm GOARM=7 CGO_ENABLED=0 ./make.bash