rpms/eclipse-cdt/F-10 eclipse-cdt-runtests.sh,1.4,1.5

Andrew Overholt overholt at fedoraproject.org
Tue Dec 2 22:14:18 UTC 2008


Author: overholt

Update of /cvs/pkgs/rpms/eclipse-cdt/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17524

Modified Files:
	eclipse-cdt-runtests.sh 
Log Message:
Make test runs of ppc builds on ppc64 hosts work.


Index: eclipse-cdt-runtests.sh
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-cdt/F-10/eclipse-cdt-runtests.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- eclipse-cdt-runtests.sh	28 Aug 2008 16:48:24 -0000	1.4
+++ eclipse-cdt-runtests.sh	2 Dec 2008 22:13:47 -0000	1.5
@@ -74,6 +74,8 @@
 		arch=ia64 ;;
 	ppc)
 		arch=ppc ;;
+	ppc64)
+		arch=ppc ;;
 	x86_64)
 		arch=x86_64 ;;
 	*)




More information about the fedora-extras-commits mailing list