mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 23:11:07 +02:00
dev-lang/go: fix go-1.5 build on arm
This is for bug #558742. Thanks to Stefan Junker for the report. Gentoo-Commit: c1f324086082c9409d54126842985e0eaf5f137a
This commit is contained in:
parent
92088f7f9c
commit
8c70c28fe9
@ -62,9 +62,9 @@ go_arch()
|
|||||||
go_arm()
|
go_arm()
|
||||||
{
|
{
|
||||||
case "${1:-${CHOST}}" in
|
case "${1:-${CHOST}}" in
|
||||||
armv5) echo 5;;
|
armv5*) echo 5;;
|
||||||
armv6) echo 6;;
|
armv6*) echo 6;;
|
||||||
armv7) echo 7;;
|
armv7*) echo 7;;
|
||||||
*)
|
*)
|
||||||
die "unknown GOARM for ${1:-${CHOST}}"
|
die "unknown GOARM for ${1:-${CHOST}}"
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user