_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:
parent
5f0d2e862a
commit
097651767c
13
_config
13
_config
@ -3890,13 +3890,6 @@ Macros:
|
|||||||
%product_libs_gcc_ver_libgdruntime4 13
|
%product_libs_gcc_ver_libgdruntime4 13
|
||||||
%gcc_version 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_info .gz
|
||||||
%ext_man .gz
|
%ext_man .gz
|
||||||
|
|
||||||
@ -3908,6 +3901,12 @@ Macros:
|
|||||||
%usrmerged 1
|
%usrmerged 1
|
||||||
:Macros
|
: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:
|
# temporary to workaround boot strap problem:
|
||||||
# should probably work by now
|
# should probably work by now
|
||||||
|
Loading…
Reference in New Issue
Block a user