SHA256
3
0
forked from pool/gcc14

- Build rust only for openSUSE Tumbleweed.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc14?expand=0&rev=8
This commit is contained in:
Richard Biener 2024-01-19 10:03:00 +00:00 committed by Git OBS Bridge
parent 6213be2cdf
commit 5177fc22cd
4 changed files with 13 additions and 6 deletions

View File

@ -78,10 +78,12 @@
%define build_objc 1
%endif
%define build_rust 0
%if %{suse_version} >= 1699
# rust is still experimental, only build it for factory
%ifarch %ix86 x86_64 aarch64 riscv64
%define build_rust 1
%else
%define build_rust 0
%endif
%endif
# For optional compilers only build C, C++, Fortran, Ada and Go

View File

@ -98,10 +98,12 @@
%define build_objc 1
%endif
%define build_rust 0
%if %{suse_version} >= 1699
# rust is still experimental, only build it for factory
%ifarch %ix86 x86_64 aarch64 riscv64
%define build_rust 1
%else
%define build_rust 0
%endif
%endif
# For optional compilers only build C, C++, Fortran, Ada and Go

View File

@ -4,6 +4,7 @@ Fri Jan 19 09:55:53 UTC 2024 - Richard Biener <rguenther@suse.com>
- Package m2rte.so plugin in the gcc14-m2 sub-package rather than
in gcc13-devel. [boo#1210959]
- Fixup rust packaging for the rust1 to crab1 rename.
- Build rust only for openSUSE Tumbleweed.
-------------------------------------------------------------------
Thu Jan 18 13:48:04 UTC 2024 - Richard Biener <rguenther@suse.com>

View File

@ -77,10 +77,12 @@
%define build_objc 1
%endif
%define build_rust 0
%if %{suse_version} >= 1699
# rust is still experimental, only build it for factory
%ifarch %ix86 x86_64 aarch64 riscv64
%define build_rust 1
%else
%define build_rust 0
%endif
%endif
# For optional compilers only build C, C++, Fortran, Ada and Go