mirror of
https://abf.rosa.ru/djam/kernel-5.15.git
synced 2025-02-23 10:32:54 +00:00
drop UML on i586 to avois doing useless work
This commit is contained in:
parent
9133418d2c
commit
c25b2095a3
1 changed files with 3 additions and 1 deletions
|
@ -60,7 +60,9 @@
|
|||
%bcond_without additional_keys
|
||||
|
||||
# User Mode Linux, https://habr.com/ru/company/itsumma/blog/459558/
|
||||
%ifarch %{ix86} %{x86_64}
|
||||
# Not buildable on aarch64
|
||||
# Current config is derived from x86_64, I do not see sense in maintaining UML for i586
|
||||
%ifarch %{x86_64}
|
||||
%bcond_without uml
|
||||
%else
|
||||
%bcond_with uml
|
||||
|
|
Loading…
Add table
Reference in a new issue