- 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:
parent
6213be2cdf
commit
5177fc22cd
@ -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
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user