mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
services: Remove i486 qemu target.
The i486 target has been removed from qemu since at least 5.2.0. * gnu/services/virtualization.scm (%i486): Remove variable. (%qemu-platforms): Remove it.
This commit is contained in:
parent
8ad6624b96
commit
9734da36f2
1 changed files with 1 additions and 8 deletions
|
@ -594,13 +594,6 @@ (define %i386
|
||||||
(magic (bv "\x7fELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x03\x00"))
|
(magic (bv "\x7fELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x03\x00"))
|
||||||
(mask (bv "\xff\xff\xff\xff\xff\xfe\xfe\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff"))))
|
(mask (bv "\xff\xff\xff\xff\xff\xfe\xfe\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff"))))
|
||||||
|
|
||||||
(define %i486
|
|
||||||
(qemu-platform
|
|
||||||
(name "i486")
|
|
||||||
(family "i386")
|
|
||||||
(magic (bv "\x7fELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x06\x00"))
|
|
||||||
(mask (bv "\xff\xff\xff\xff\xff\xfe\xfe\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff"))))
|
|
||||||
|
|
||||||
(define %alpha
|
(define %alpha
|
||||||
(qemu-platform
|
(qemu-platform
|
||||||
(name "alpha")
|
(name "alpha")
|
||||||
|
@ -757,7 +750,7 @@ (define %hppa
|
||||||
(mask (bv "\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff"))))
|
(mask (bv "\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff"))))
|
||||||
|
|
||||||
(define %qemu-platforms
|
(define %qemu-platforms
|
||||||
(list %i386 %i486 %alpha %arm %sparc32plus %ppc %ppc64 %ppc64le %m68k
|
(list %i386 %alpha %arm %sparc32plus %ppc %ppc64 %ppc64le %m68k
|
||||||
%mips %mipsel %mipsn32 %mipsn32el %mips64 %mips64el
|
%mips %mipsel %mipsn32 %mipsn32el %mips64 %mips64el
|
||||||
%riscv32 %riscv64 %sh4 %sh4eb %s390x %aarch64 %hppa))
|
%riscv32 %riscv64 %sh4 %sh4eb %s390x %aarch64 %hppa))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue