Description of problem: This patch enables to compile on super-H(sh3,sh4) architecture. It's forward ported for pciutils-2.2.10-1 getting from http://www.sh-linux.org/ See also Bug #231790 --- lib/configure.orig 2007-12-07 01:57:19.000000000 +0900 +++ lib/configure 2007-12-07 02:00:42.000000000 +0900 @@ -55,6 +55,8 @@ #define PCI_ARCH_S390 #elif defined(__alpha__) #define PCI_ARCH_ALPHA +#elif defined(__sh__) +#define PCI_ARCH_SH #else #error Unknown Arch #endif
Created attachment 305461 [details] pciutils-2.2.4-sh-linux.patch
fixed in pciutils-3.0.2-1.fc10
pciutils-2.2.10-3.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/pciutils-2.2.10-3.fc9
pciutils-2.2.9-2.fc8 has been submitted as an update for Fedora 8. http://admin.fedoraproject.org/updates/pciutils-2.2.9-2.fc8
pciutils-2.2.10-3.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report.
pciutils-2.2.9-2.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report.