From 7c20248a20c309829c336533e983f6a01546e2cb Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Fri, 9 Mar 2018 11:31:31 +0000 Subject: [PATCH] common/environment/build-style/go.sh: drop go-cross-linux dep --- common/environment/build-style/go.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/common/environment/build-style/go.sh b/common/environment/build-style/go.sh index b6be9f1e60..b13a99143e 100644 --- a/common/environment/build-style/go.sh +++ b/common/environment/build-style/go.sh @@ -1,7 +1,4 @@ hostmakedepends+=" go" -if [ "$CROSS_BUILD" ]; then - hostmakedepends+=" go-cross-linux" -fi nostrip=yes nopie=yes