forked from pool/gcc13
Accepting request 1063422 from home:Andreas_Schwab:Factory
- Enable rust on riscv64 OBS-URL: https://build.opensuse.org/request/show/1063422 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc13?expand=0&rev=23
This commit is contained in:
parent
b5070b1b72
commit
7510398730
@ -78,7 +78,7 @@
|
||||
%define build_objc 1
|
||||
%endif
|
||||
|
||||
%ifarch %ix86 x86_64 aarch64
|
||||
%ifarch %ix86 x86_64 aarch64 riscv64
|
||||
%define build_rust 1
|
||||
%else
|
||||
%define build_rust 0
|
||||
|
@ -98,7 +98,7 @@
|
||||
%define build_objc 1
|
||||
%endif
|
||||
|
||||
%ifarch %ix86 x86_64 aarch64
|
||||
%ifarch %ix86 x86_64 aarch64 riscv64
|
||||
%define build_rust 1
|
||||
%else
|
||||
%define build_rust 0
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 6 13:34:07 UTC 2023 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
- Enable rust on riscv64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 3 08:35:57 UTC 2023 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -77,7 +77,7 @@
|
||||
%define build_objc 1
|
||||
%endif
|
||||
|
||||
%ifarch %ix86 x86_64 aarch64
|
||||
%ifarch %ix86 x86_64 aarch64 riscv64
|
||||
%define build_rust 1
|
||||
%else
|
||||
%define build_rust 0
|
||||
|
Loading…
Reference in New Issue
Block a user