]> git.pld-linux.org Git - packages/qemu.git/commitdiff
- support ppc, just with kqemu disabled
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 4 Apr 2007 18:55:06 +0000 (18:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qemu.spec -> 1.86

qemu.spec

index 1522e8fc8a9d47f6e7797b584cc0dfe3503c680c..c966f3ad81b7f032bc22cf3c26cb14ec85b23bbb 100644 (file)
--- a/qemu.spec
+++ b/qemu.spec
 %bcond_without userspace               # don't build userspace utilities
 #
 
+# no kqemu for ppc
+%ifarch ppc
+%undefine      with_kqemu
+%undefine      with_kernel
+%endif
 %define        _kqemu_version  1.3.0pre11
 %define                _rel    1
 Summary:       QEMU CPU Emulator
@@ -59,7 +64,7 @@ BuildRequires:        sed >= 4.0
 %endif
 Requires:      SDL >= 1.2.1
 # sparc is currently unsupported (missing cpu_get_real_ticks() impl in vl.c)
-ExclusiveArch: %{ix86} %{x8664} %{!?with_kqemu:ppc}
+ExclusiveArch: %{ix86} %{x8664} ppc
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # some SPARC boot image in ELF format
This page took 0.0474 seconds and 4 git commands to generate.