diff options
Diffstat (limited to 'extra/oprofile/PKGBUILD')
-rw-r--r-- | extra/oprofile/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/oprofile/PKGBUILD b/extra/oprofile/PKGBUILD index 191577647..7dc0fe077 100644 --- a/extra/oprofile/PKGBUILD +++ b/extra/oprofile/PKGBUILD @@ -5,7 +5,7 @@ pkgname=oprofile pkgver=0.9.7 pkgrel=4 pkgdesc="A system-wide profiler for Linux systems, capable of profiling all running code at low overhead" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://oprofile.sourceforge.net" license=('GPL') depends=('popt' 'gcc-libs' 'zlib' 'sh') |