summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/go/go/0004-make.bash-override-CC-when-building-dist-and-go_boot.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/go/go/0004-make.bash-override-CC-when-building-dist-and-go_boot.patch')
-rw-r--r--meta/recipes-devtools/go/go/0004-make.bash-override-CC-when-building-dist-and-go_boot.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/go/go/0004-make.bash-override-CC-when-building-dist-and-go_boot.patch b/meta/recipes-devtools/go/go/0004-make.bash-override-CC-when-building-dist-and-go_boot.patch
index 5dd2621adc..8889aef1cf 100644
--- a/meta/recipes-devtools/go/go/0004-make.bash-override-CC-when-building-dist-and-go_boot.patch
+++ b/meta/recipes-devtools/go/go/0004-make.bash-override-CC-when-building-dist-and-go_boot.patch
@@ -19,10 +19,10 @@ Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
19 1 file changed, 2 insertions(+), 2 deletions(-) 19 1 file changed, 2 insertions(+), 2 deletions(-)
20 20
21diff --git a/src/make.bash b/src/make.bash 21diff --git a/src/make.bash b/src/make.bash
22index 755b3b0..eddfc3c 100755 22index 76ad51624a..074e129a24 100755
23--- a/src/make.bash 23--- a/src/make.bash
24+++ b/src/make.bash 24+++ b/src/make.bash
25@@ -198,7 +198,7 @@ if [ "$GOROOT_BOOTSTRAP" = "$GOROOT" ]; then 25@@ -198,7 +198,7 @@ if [[ "$GOROOT_BOOTSTRAP" == "$GOROOT" ]]; then
26 exit 1 26 exit 1
27 fi 27 fi
28 rm -f cmd/dist/dist 28 rm -f cmd/dist/dist
@@ -41,5 +41,5 @@ index 755b3b0..eddfc3c 100755
41 41
42 # DO NOT ADD ANY NEW CODE HERE. 42 # DO NOT ADD ANY NEW CODE HERE.
43-- 43--
442.43.0 442.44.0
45 45