sbcl: enable on ppc64le*

might enable on other ppc later, but that needs more testing
This commit is contained in:
q66 2021-01-01 20:31:21 +01:00
parent ad9850e4c5
commit 5644da3251

View File

@ -2,7 +2,7 @@
pkgname=sbcl
version=2.1.0
revision=1
archs="i686 x86_64* armv7l aarch64"
archs="i686 x86_64* armv7l aarch64 ppc64le*"
hostmakedepends="iana-etc"
makedepends="zlib-devel"
conf_files="/etc/sbclrc"
@ -34,7 +34,7 @@ aarch64)
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.3.9-arm64-linux-binary.tar.bz2"
checksum+=" 494829f8e3ea7eb1c308b343cc390daf94a6215030a5f2b9ee0cded67511e918"
;;
*-musl)
ppc*|*-musl)
makedepends+=" ecl"
_bootstrap_lisp="ecl"
;;