Add support for MIPS to multilibconfigh
This commit is contained in:
parent
d4b97406ba
commit
6a99ff7287
@ -1,8 +1,8 @@
|
|||||||
#if defined(__x86_64__) || defined(__ia64__) || defined(__ppc64__) || defined(__powerpc64__) || defined(__s390x__) || defined(__aarch64__)
|
#if defined(__x86_64__) || defined(__ia64__) || defined(__ppc64__) || defined(__powerpc64__) || defined(__s390x__) || defined(__aarch64__) || defined(__mips64)
|
||||||
#include "config.lib64.h"
|
#include "config.lib64.h"
|
||||||
#elif defined(__sparc__) && defined (__arch64__)
|
#elif defined(__sparc__) && defined (__arch64__)
|
||||||
#include "config.lib64.h"
|
#include "config.lib64.h"
|
||||||
#elif defined(__i386__) || defined(__ppc__) || defined(__powerpc__) || defined(__s390__) || defined(__alpha__) || defined(__sparc__) || defined(__sh__) || defined(__arm__)
|
#elif defined(__i386__) || defined(__ppc__) || defined(__powerpc__) || defined(__s390__) || defined(__alpha__) || defined(__sparc__) || defined(__sh__) || defined(__arm__) || defined(__mips)
|
||||||
#include "config.lib.h"
|
#include "config.lib.h"
|
||||||
#else
|
#else
|
||||||
#error Unknown Arch
|
#error Unknown Arch
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: pciutils
|
Name: pciutils
|
||||||
Version: 3.5.1
|
Version: 3.5.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Source: ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/%{name}-%{version}.tar.gz
|
Source: ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/%{name}-%{version}.tar.gz
|
||||||
Source1: multilibconfigh
|
Source1: multilibconfigh
|
||||||
|
|
||||||
@ -123,6 +123,9 @@ install -p lib/libpci.pc $RPM_BUILD_ROOT%{_libdir}/pkgconfig
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 11 2016 Michal Toman <mtoman@fedoraproject.org> - 3.5.1-2
|
||||||
|
- Add support for MIPS to multilibconfigh
|
||||||
|
|
||||||
* Tue May 24 2016 Michal Hlavinka <mhlavink@redhat.com> - 3.5.1-1
|
* Tue May 24 2016 Michal Hlavinka <mhlavink@redhat.com> - 3.5.1-1
|
||||||
- pciutils updated to 3.5.1
|
- pciutils updated to 3.5.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user