_config: move the gcc-build changes outside of the Macros section

Signed-off-by: Eugenio Paolantonio <eugenio.paolantonio@suse.com>
This commit is contained in:
Eugenio Paolantonio 2024-08-08 17:02:52 +02:00
parent 5f0d2e862a
commit 097651767c

13
_config
View File

@ -3890,13 +3890,6 @@ Macros:
%product_libs_gcc_ver_libgdruntime4 13
%gcc_version 13
# 2024-08-08: Prefer gcc-build variants for building.
# See SR#340895
%if "%_repository" == "standard"
Prefer: gcc-build-fortran
Substitute: gcc-d gcc-build-d
%endif
%ext_info .gz
%ext_man .gz
@ -3908,6 +3901,12 @@ Macros:
%usrmerged 1
:Macros
# 2024-08-08: Prefer gcc-build variants for building.
# See SR#340895
%if "%_repository" == "standard"
Prefer: gcc-build-fortran
Substitute: gcc-d gcc-build-d
%endif
# temporary to workaround boot strap problem:
# should probably work by now