sbcl: drop support for i686.
SBCL on x86 uses modify_ldt(2), which is disabled on our x86_64 Linux 4.9 kernels, causing SBCL to crash immediately. Dropping i686 support for the template for now, feel free to fix. Interested users also can do a native build on a i686 machine with our i686 kernel.
This commit is contained in:
parent
02fdae4884
commit
7d12f74461
|
@ -2,7 +2,7 @@
|
|||
pkgname=sbcl
|
||||
version=1.3.13
|
||||
revision=1
|
||||
only_for_archs="i686 x86_64 x86_64-musl armv7l aarch64"
|
||||
only_for_archs="x86_64 x86_64-musl armv7l aarch64"
|
||||
hostmakedepends="iana-etc"
|
||||
makedepends="zlib-devel"
|
||||
conf_files="/etc/sbclrc"
|
||||
|
|
Loading…
Reference in New Issue