rpms/llvm/devel llvm.spec,1.24,1.25

Michel Alexandre Salim salimma at fedoraproject.org
Mon Sep 7 17:54:35 UTC 2009


Author: salimma

Update of /cvs/pkgs/rpms/llvm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24541

Modified Files:
	llvm.spec 
Log Message:
Disable unit tests on PPC for now



Index: llvm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/llvm/devel/llvm.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- llvm.spec	7 Sep 2009 17:24:07 -0000	1.24
+++ llvm.spec	7 Sep 2009 17:54:33 -0000	1.25
@@ -162,7 +162,9 @@ make %{_smp_mflags} OPTIMIZE_OPTION='%{o
 
 
 %check
+%ifnarch ppc
 cd obj && make check
+%endif
 
 
 %install




More information about the fedora-extras-commits mailing list