From 7d12f74461f92f7cda62159abb7c723e5eca8615 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 2 Jan 2017 22:44:45 +0100 Subject: [PATCH] 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. --- srcpkgs/sbcl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/sbcl/template b/srcpkgs/sbcl/template index 37cb2ce3640..95b59640620 100644 --- a/srcpkgs/sbcl/template +++ b/srcpkgs/sbcl/template @@ -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"