community/ecl: disable on mips

This commit is contained in:
Ariadne Conill 2020-04-08 02:57:08 +00:00
parent eb78ca567b
commit ebbbce598f

View File

@ -4,7 +4,8 @@ pkgname=ecl
pkgver=16.1.3
pkgrel=3
pkgdesc="Embeddable Common Lisp"
arch=all
# not compatible with soft-float archs (like mips)
arch="all !mips !mips64"
url="https://common-lisp.net/project/ecl/"
license="LGPL-2.1-or-later"
makedepends="gmp-dev libffi-dev gc-dev"