Accepting request 1079323 from home:firstyear:branches:devel:tools:compiler
- bsc#1210383 - Add aarch64 to lldb platforms OBS-URL: https://build.opensuse.org/request/show/1079323 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm16?expand=0&rev=5
This commit is contained in:
parent
95fad7cd02
commit
75f86fbd9e
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 13 04:30:36 UTC 2023 - William Brown <william.brown@suse.com>
|
||||||
|
|
||||||
|
- bsc#1210383 - Add aarch64 to lldb platforms
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 6 20:48:07 UTC 2023 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
Thu Apr 6 20:48:07 UTC 2023 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
%bcond_without use_lld
|
%bcond_without use_lld
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%ifarch x86_64
|
%ifarch aarch64 x86_64
|
||||||
%bcond_without lldb
|
%bcond_without lldb
|
||||||
%bcond_without lldb_python
|
%bcond_without lldb_python
|
||||||
%else
|
%else
|
||||||
@ -744,7 +744,6 @@ BuildRequires: pkgconfig(zlib)
|
|||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun):update-alternatives
|
||||||
Recommends: python3-lldb%{_sonum}
|
Recommends: python3-lldb%{_sonum}
|
||||||
ExclusiveArch: x86_64
|
|
||||||
|
|
||||||
%description -n lldb%{_sonum}
|
%description -n lldb%{_sonum}
|
||||||
LLDB is a next generation, high-performance debugger. It is built as a set
|
LLDB is a next generation, high-performance debugger. It is built as a set
|
||||||
|
Loading…
Reference in New Issue
Block a user