Redrop UML on i586, it is not buildable and mostly useless

error: code model 'large' not supported in the 32 bit mode
This commit is contained in:
Mikhail Novosyolov 2021-01-01 19:11:15 +03:00
parent 7a29d5a563
commit be1690a0f7

View file

@ -24,7 +24,7 @@
%define sublevel 4 %define sublevel 4
# Release number. Increase this before a rebuild. # Release number. Increase this before a rebuild.
%define rpmrel 2 %define rpmrel 3
%define fullrpmrel %{rpmrel} %define fullrpmrel %{rpmrel}
%define rpmtag %{disttag} %define rpmtag %{disttag}
@ -61,7 +61,7 @@
# User Mode Linux, https://habr.com/ru/company/itsumma/blog/459558/ # User Mode Linux, https://habr.com/ru/company/itsumma/blog/459558/
# Not buildable on aarch64 # Not buildable on aarch64
%ifarch %{ix86} %{x86_64} %ifarch %{x86_64}
%bcond_without uml %bcond_without uml
%else %else
%bcond_with uml %bcond_with uml