rpms/factory/devel factory.spec,1.23,1.24 factoryconf.h,1.1,1.2

Rex Dieter rdieter at fedoraproject.org
Mon Sep 29 15:59:14 UTC 2008


Author: rdieter

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

Modified Files:
	factory.spec factoryconf.h 
Log Message:
sparc fixes



Index: factory.spec
===================================================================
RCS file: /cvs/pkgs/rpms/factory/devel/factory.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- factory.spec	3 Apr 2008 13:52:05 -0000	1.23
+++ factory.spec	29 Sep 2008 15:58:43 -0000	1.24
@@ -3,7 +3,7 @@
 # experimental, off, for now -- Rex
 #define _with_NTL --with-NTL
 
-%define multilib_arches i386 x86_64 ppc ppc64 s390 s390x sparc sparc64
+%define multilib_arches i386 x86_64 ppc ppc64 s390 s390x sparcv9 sparc64
 
 Summary: C++ class library for multivariate polynomial data
 Name:    factory


Index: factoryconf.h
===================================================================
RCS file: /cvs/pkgs/rpms/factory/devel/factoryconf.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- factoryconf.h	3 Apr 2008 13:52:05 -0000	1.1
+++ factoryconf.h	29 Sep 2008 15:58:43 -0000	1.2
@@ -15,7 +15,7 @@
 #include "factoryconf-s390x.h"
 #elif defined(__s390__)
 #include "factoryconf-s390.h"
-#elif defined(__sparc64__)
+#elif defined(__sparc__) && defined (__arch64__)
 #include "factoryconf-sparc64.h"
 #elif defined(__sparc__)
 #include "factoryconf-sparc.h"




More information about the fedora-extras-commits mailing list