From 1344685ff3e49c8d944b5f790f6d52888c428785 Mon Sep 17 00:00:00 2001 From: Jakub Čajka Date: Apr 12 2017 10:28:20 +0000 Subject: Revert: Final modularity bootstrap --- 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