aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2015-02-27 10:43:02 +0000
committerAndrew McDermott <andrew.mcdermott@linaro.org>2015-02-27 10:43:02 +0000
commit69037eff9b816758a7d6ea2cb67511166c0b9b11 (patch)
tree40e4d56d2b0c8baf59744741d4f4b59e7598719a
parent8f361e86789ffcce0f6796632d0f961cf34c418a (diff)
Remove duplicate git checkout
-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