From d83d5139a61a16d86723132c43a7e484cb56288f Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Tue, 11 Apr 2017 10:14:48 -0400 Subject: [PATCH] Revert "spec: hard code the bootstrap for a modularity build" This reverts commit 63fbc711120af0bf1b7031a2aa760f981a849b1a. Signed-off-by: Vincent Batts --- golang.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/golang.spec b/golang.spec index be1467a..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