Revert: Final modularity bootstrap
This commit is contained in:
parent
5706a3480e
commit
1344685ff3
@ -41,7 +41,11 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Use golang/gcc-go as bootstrap compiler
|
# Use golang/gcc-go as bootstrap compiler
|
||||||
|
%ifarch %{golang_arches}
|
||||||
|
%global golang_bootstrap 1
|
||||||
|
%else
|
||||||
%global golang_bootstrap 0
|
%global golang_bootstrap 0
|
||||||
|
%endif
|
||||||
|
|
||||||
# Controls what ever we fail on failed tests
|
# Controls what ever we fail on failed tests
|
||||||
%ifarch %{ix86} x86_64 %{arm} aarch64 ppc64le
|
%ifarch %{ix86} x86_64 %{arm} aarch64 ppc64le
|
||||||
@ -145,7 +149,7 @@ Obsoletes: %{name}-vim < 1.4
|
|||||||
Obsoletes: emacs-%{name} < 1.4
|
Obsoletes: emacs-%{name} < 1.4
|
||||||
|
|
||||||
# These are the only RHEL/Fedora architectures that we compile this package for
|
# 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
|
Source100: golang-gdbinit
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user