SPECS (AC-branch): qemu.spec - build ppc only if userspace is wanted

glen glen at pld-linux.org
Tue Jan 29 10:38:14 CET 2008


Author: glen                         Date: Tue Jan 29 09:38:14 2008 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- build ppc only if userspace is wanted

---- Files affected:
SPECS:
   qemu.spec (1.85.2.27 -> 1.85.2.28) 

---- Diffs:

================================================================
Index: SPECS/qemu.spec
diff -u SPECS/qemu.spec:1.85.2.27 SPECS/qemu.spec:1.85.2.28
--- SPECS/qemu.spec:1.85.2.27	Mon Jan 28 10:33:07 2008
+++ SPECS/qemu.spec	Tue Jan 29 10:38:09 2008
@@ -80,7 +80,7 @@
 %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} %{?with_userspace:ppc}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # some SPARC boot image in ELF format
@@ -347,6 +347,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.85.2.28  2008-01-29 09:38:09  glen
+- build ppc only if userspace is wanted
+
 Revision 1.85.2.27  2008-01-28 09:33:07  glen
 - rel 2 (kernel-2.6.16.60-1)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/qemu.spec?r1=1.85.2.27&r2=1.85.2.28&f=u



More information about the pld-cvs-commit mailing list