diff options
Diffstat (limited to 'extra/gc/PKGBUILD')
-rw-r--r-- | extra/gc/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/gc/PKGBUILD b/extra/gc/PKGBUILD index 16f608ea1..7817eb002 100644 --- a/extra/gc/PKGBUILD +++ b/extra/gc/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gc pkgver=7.1 pkgrel=3 pkgdesc="A garbage collector for C and C++" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.hpl.hp.com/personal/Hans_Boehm/gc/" license=('GPL') source=(http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/${pkgname}-${pkgver}.tar.gz) |