diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-03-15 21:41:04 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-03-20 12:45:10 -0400 |
commit | b44fce825df56c0f26adb6ae1f647ae07f6096ee (patch) | |
tree | 009481b1c4329a97a0d521311d09fcaba8047f59 /recipes-devtools/go-cross/go-1.5/fix-target-cc-for-build.patch | |
parent | 260add1874d260f0673c3fd8dcd6b75bfcb3e7ce (diff) | |
download | meta-virtualization-b44fce825df56c0f26adb6ae1f647ae07f6096ee.tar.gz |
tools: remove go from meta-virtualization
go is now part of oe-core, so we can drop the meta-virt local recipes.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-devtools/go-cross/go-1.5/fix-target-cc-for-build.patch')
-rw-r--r-- | recipes-devtools/go-cross/go-1.5/fix-target-cc-for-build.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes-devtools/go-cross/go-1.5/fix-target-cc-for-build.patch b/recipes-devtools/go-cross/go-1.5/fix-target-cc-for-build.patch deleted file mode 100644 index adfeb6b5..00000000 --- a/recipes-devtools/go-cross/go-1.5/fix-target-cc-for-build.patch +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | Index: go/src/make.bash | ||
2 | =================================================================== | ||
3 | --- go.orig/src/make.bash 2015-07-29 13:28:11.334031696 -0700 | ||
4 | +++ go/src/make.bash 2015-07-29 13:36:55.814465630 -0700 | ||
5 | @@ -158,7 +158,7 @@ | ||
6 | fi | ||
7 | |||
8 | echo "##### Building packages and commands for $GOOS/$GOARCH." | ||
9 | -CC=$CC_FOR_TARGET "$GOTOOLDIR"/go_bootstrap install $GO_FLAGS -gcflags "$GO_GCFLAGS" -ldflags "$GO_LDFLAGS" -v std cmd | ||
10 | +CC="$CC_FOR_TARGET" "$GOTOOLDIR"/go_bootstrap install $GO_FLAGS -gcflags "$GO_GCFLAGS" -ldflags "$GO_LDFLAGS" -v std cmd | ||
11 | echo | ||
12 | |||
13 | rm -f "$GOTOOLDIR"/go_bootstrap | ||