* Don't use gcc-go for aarch64, since gc has grown support for it and is more

stable.

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/runc?expand=0&rev=8
This commit is contained in:
Aleksa Sarai 2016-04-19 10:00:18 +00:00 committed by Git OBS Bridge
parent a87ab48f4c
commit 04a7b71def
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 19 09:59:05 UTC 2016 - asarai@suse.de
* Don't use gcc-go for aarch64, since gc has grown support for it and is more
stable.
-------------------------------------------------------------------
Fri Apr 15 10:46:04 UTC 2016 - asarai@suse.de

View File

@ -15,7 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define go_arches %ix86 x86_64
%define go_arches %ix86 x86_64 aarch64
%ifarch %go_arches
%define go_tool go
%define GO_BUILD_FLAGS %{nil}