Skip to content
Snippets Groups Projects
Commit fdba2172 authored by qiangxuhui's avatar qiangxuhui Committed by Patrycja Rosa
Browse files

community/sbcl: disable on loongarch64

parent 2acc9a0b
No related branches found
No related tags found
1 merge request!67246community/sbcl: disable on loongarch64
Pipeline #239949 canceled
...@@ -7,9 +7,9 @@ pkgver=2.4.5 ...@@ -7,9 +7,9 @@ pkgver=2.4.5
pkgrel=0 pkgrel=0
pkgdesc="Steel Bank Common Lisp" pkgdesc="Steel Bank Common Lisp"
url="http://www.sbcl.org/" url="http://www.sbcl.org/"
# riscv64: No rule to make target 'genesis/Makefile.features'. Stop. # riscv64, loongarch64: No rule to make target 'genesis/Makefile.features'. Stop.
# ppc64le: doesn't build # ppc64le: doesn't build
arch="all !ppc64le !s390x !riscv64 !x86" arch="all !ppc64le !s390x !riscv64 !x86 !loongarch64"
license="custom" license="custom"
options="!check" options="!check"
checkdepends="ed" checkdepends="ed"
...@@ -42,6 +42,7 @@ build() { ...@@ -42,6 +42,7 @@ build() {
x86_64) conf="$all_arch_conf --fancy --with-sb-thread" ;; x86_64) conf="$all_arch_conf --fancy --with-sb-thread" ;;
aarch64) conf="$all_arch_conf --fancy --with-sb-thread" ;; aarch64) conf="$all_arch_conf --fancy --with-sb-thread" ;;
riscv64) conf="$all_arch_conf --fancy --with-sb-thread" ;; riscv64) conf="$all_arch_conf --fancy --with-sb-thread" ;;
loongarch64) conf="$all_arch_conf --fancy --with-sb-thread" ;;
ppc64le) conf="$all_arch_conf" ;; ppc64le) conf="$all_arch_conf" ;;
esac esac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment