diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-09 19:08:08 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-09 19:08:08 +0100 |
commit | a8845d78ab7451363f470cc97c1573707305aee9 (patch) | |
tree | 17c86074633b4d54fa834ad3f99a41c34c22356e | |
parent | 81c145bbc94619d18db270991d31912a3d50c43b (diff) |
elfutils don't support MIPS.
-rw-r--r-- | extra/elfutils/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/elfutils/PKGBUILD b/extra/elfutils/PKGBUILD index 94e7ec555..3e3f66aa6 100644 --- a/extra/elfutils/PKGBUILD +++ b/extra/elfutils/PKGBUILD @@ -6,7 +6,7 @@ pkgname=elfutils pkgver=0.152 pkgrel=2 pkgdesc="Collection of libraries and utilities for working with ELF object files and DWARF debugging information" -arch=('i686' 'x86_64' 'mips64el') +arch=('i686' 'x86_64') url="https://fedorahosted.org/elfutils/" license=('GPL2') depends=('glibc') |