From 1344685ff3e49c8d944b5f790f6d52888c428785 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8Cajka?= Date: Wed, 12 Apr 2017 12:21:29 +0200 Subject: [PATCH] Revert: Final modularity bootstrap --- golang.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/golang.spec b/golang.spec index decf1e5..bf46c75 100644 --- a/golang.spec +++ b/golang.spec @@ -41,7 +41,11 @@ %endif # Use golang/gcc-go as bootstrap compiler +%ifarch %{golang_arches} +%global golang_bootstrap 1 +%else %global golang_bootstrap 0 +%endif # Controls what ever we fail on failed tests %ifarch %{ix86} x86_64 %{arm} aarch64 ppc64le @@ -145,7 +149,7 @@ Obsoletes: %{name}-vim < 1.4 Obsoletes: emacs-%{name} < 1.4 # These are the only RHEL/Fedora architectures that we compile this package for -ExclusiveArch: %{ix86} x86_64 ppc64le %{arm} aarch64 s390x +ExclusiveArch: %{golang_arches} Source100: golang-gdbinit