summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/go-cross/go-1.4.inc
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2016-04-22 12:50:06 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-04-22 12:51:23 -0400
commit7735217d666dc1528ea2e1ace350d26713f76ff0 (patch)
treeb7775ef8a3761328310f89d9197856864835a404 /recipes-devtools/go-cross/go-1.4.inc
parentecd6adcb8253752cb3346d448281051b1cfce75e (diff)
downloadmeta-virtualization-7735217d666dc1528ea2e1ace350d26713f76ff0.tar.gz
go-cross: add relocation fix to 1.4 for new binutils.
Add relocation fix as documented in contained commit log, so that we can build with newer binutils, as per the ones we get via the self hosted builder and things like build-appliance. Fixes: | go-native/1.4.3-r0/go/pkg/linux_amd64/runtime/cgo.a(_all.o): unknown relocation type 42; compiled without -fpic? | go-native/1.4.3-r0/go/pkg/linux_amd64/runtime/cgo.a(_all.o): unknown relocation type 42; compiled without -fpic? | runtime/cgo(.text): unexpected relocation type 298 | runtime/cgo(.text): unexpected relocation type 298 | # cmd/go | go-native/1.4.3-r0/go/pkg/linux_amd64/runtime/cgo.a(_all.o): unknown relocation type 42; compiled without -fpic? | go-native/1.4.3-r0/go/pkg/linux_amd64/runtime/cgo.a(_all.o): unknown relocation type 42; compiled without -fpic? | runtime/cgo(.text): unexpected relocation type 298 | runtime/cgo(.text): unexpected relocation type 298 | WARNING: go-native/1.4.3-r0/temp/run.do_compile.30243:1 exit 2 from './make.bash --host-only' | ERROR: Function failed: do_compile (log file is located at go-native/1.4.3-r0/temp/log.do_compile.30243) ERROR: Task 6 (meta-virtualization/recipes-devtools/go-cross/go-native_1.4.bb, do_compile) failed with exit code '1' Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'recipes-devtools/go-cross/go-1.4.inc')
-rw-r--r--recipes-devtools/go-cross/go-1.4.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/go-cross/go-1.4.inc b/recipes-devtools/go-cross/go-1.4.inc
index 898ad94b..a65459fc 100644
--- a/recipes-devtools/go-cross/go-1.4.inc
+++ b/recipes-devtools/go-cross/go-1.4.inc
@@ -6,6 +6,7 @@ FILESEXTRAPATHS_prepend := "${FILE_DIRNAME}/go-${GO_BASEVERSION}:"
6 6
7SRC_URI += "\ 7SRC_URI += "\
8 file://016-armhf-elf-header.patch \ 8 file://016-armhf-elf-header.patch \
9 file://go-cross-backport-cmd-link-support-new-386-amd64-rel.patch \
9 file://syslog.patch \ 10 file://syslog.patch \
10" 11"
11 12