diff --git a/gcc-go.patch b/gcc-go.patch index 725c27c..7fa6a85 100644 --- a/gcc-go.patch +++ b/gcc-go.patch @@ -48,9 +48,9 @@ Index: go/src/make.rc =================================================================== --- go.orig/src/make.rc +++ go/src/make.rc -@@ -60,7 +60,7 @@ GOROOT = `{cd .. && pwd} - if(! ~ $#GOROOT_BOOTSTRAP 1) - GOROOT_BOOTSTRAP = $home/go1.4 +@@ -60,7 +60,7 @@ if(! ~ $#GOROOT_BOOTSTRAP 1){ + GOROOT_BOOTSTRAP = $home/$d + } for(p in $path){ - if(! test -x $GOROOT_BOOTSTRAP/bin/go){ + if(! test -x $GOROOT_BOOTSTRAP/bin/go-$gcc_go_version){