6962467
diff -up pciutils-3.0.0/lib/configure.sparc pciutils-3.0.0/lib/configure
6962467
--- pciutils-3.0.0/lib/configure.sparc	2008-09-01 15:17:44.000000000 +0200
6962467
+++ pciutils-3.0.0/lib/configure	2008-09-01 15:17:44.000000000 +0200
6962467
@@ -62,6 +62,10 @@ define PCI_ARCH_S390X
f256c18
 #define PCI_ARCH_S390
f256c18
 #elif defined(__alpha__)
f256c18
 #define PCI_ARCH_ALPHA
f256c18
+#elif defined(__sparc__) && defined (__arch64__)
f256c18
+#define PCI_ARCH_SPARC64
f256c18
+#elif defined(__sparc__)
f256c18
+#define PCI_ARCH_SPARC
f256c18
 #else
f256c18
 #error Unknown Arch
f256c18
 #endif