Merge pull request '_config: add the required changes for gcc14 in SLFO (SR#336638)' (#12) from epaolantonio/SLFO_main:epaolantonio/gcc14 into main
Reviewed-on: https://src.suse.de/products/SLFO_main/pulls/12 Reviewed-by: Marco Strigl <mstrigl@gitea_noreply@suse.de>
This commit is contained in:
commit
60488414f7
16
_config
16
_config
@ -37,6 +37,13 @@ Prefer: -libtsan2-gcc12
|
||||
Prefer: -libubsan1-gcc12
|
||||
Prefer: -libubsan1-gcc12-32bit
|
||||
|
||||
Prefer: -libasan8-gcc13
|
||||
Prefer: -libasan8-gcc13-32bit
|
||||
Prefer: -libtsan2-gcc13
|
||||
Prefer: -libubsan1-gcc13
|
||||
Prefer: -libubsan1-gcc13-32bit
|
||||
Prefer: -libgfortran5-gcc13
|
||||
|
||||
Patterntype: rpm-md ymp
|
||||
RepoType: rpm-md:sha512:filelists-ext
|
||||
%if "%_repository" == "images"
|
||||
@ -2198,6 +2205,7 @@ BuildFlags: onlybuild:gc
|
||||
BuildFlags: onlybuild:gcab
|
||||
BuildFlags: onlybuild:gcc
|
||||
BuildFlags: onlybuild:gcc13
|
||||
BuildFlags: onlybuild:gcc14
|
||||
BuildFlags: onlybuild:gccmakedep
|
||||
BuildFlags: onlybuild:gcr
|
||||
BuildFlags: onlybuild:gcr3
|
||||
@ -3841,7 +3849,7 @@ Macros:
|
||||
%product_libs_llvm_ver 17
|
||||
|
||||
# define which gcc package builds the system libraries
|
||||
%product_libs_gcc_ver 13
|
||||
%product_libs_gcc_ver 14
|
||||
# The following shlibs have latest versions built from GCC 6 sources
|
||||
%product_libs_gcc_ver_libasan3 6
|
||||
%product_libs_gcc_ver_libgo9 6
|
||||
@ -3875,6 +3883,11 @@ Macros:
|
||||
%product_libs_gcc_ver_libgo21 12
|
||||
%product_libs_gcc_ver_libgphobos3 12
|
||||
%product_libs_gcc_ver_libgdruntime3 12
|
||||
# The following shlibs have the latest version build from GCC 13 sources
|
||||
%product_libs_gcc_ver_libm2 13
|
||||
%product_libs_gcc_ver_libgo22 13
|
||||
%product_libs_gcc_ver_libgphobos4 13
|
||||
%product_libs_gcc_ver_libgdruntime4 13
|
||||
%gcc_version 13
|
||||
|
||||
%ext_info .gz
|
||||
@ -4014,6 +4027,7 @@ BuildFlags: onlybuild:gawk
|
||||
BuildFlags: onlybuild:gcc
|
||||
BuildFlags: onlybuild:gcc:build
|
||||
BuildFlags: onlybuild:gcc13
|
||||
BuildFlags: onlybuild:gcc14
|
||||
BuildFlags: onlybuild:gdbm
|
||||
BuildFlags: onlybuild:gettext-runtime:gettext-runtime-mini
|
||||
BuildFlags: onlybuild:glibc
|
||||
|
Loading…
Reference in New Issue
Block a user