From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guillaume Le Vaillant Subject: Re: Using CLISP instead of CCL to bootstrap SBCL Date: Fri, 30 Aug 2019 14:33:52 +0200 Message-ID: <87d0gmzvbj.fsf@yamatai> Reply-To: 87o9079hef.fsf@ambrevar.xyz Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:55703) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i3hIH-0005jh-GS for guix-devel@gnu.org; Fri, 30 Aug 2019 09:50:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i3hIF-00038y-DP for guix-devel@gnu.org; Fri, 30 Aug 2019 09:50:25 -0400 Received: from mout02.posteo.de ([185.67.36.66]:52669) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i3hIE-0002n1-Pd for guix-devel@gnu.org; Fri, 30 Aug 2019 09:50:23 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id C49B32400E5 for ; Fri, 30 Aug 2019 14:33:59 +0200 (CEST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Pierre Neidhardt Cc: guix-devel@gnu.org Hi, According to the NEWS file, SBCL 1.5.0 and later can also be bootstrapped using ECL: --- changes in sbcl-1.5.0 relative to sbcl-1.4.16: [...] * build enhancement: new host quirks mechanism, support for building under ABCL and ECL (as well as CCL, CMUCL, CLISP and SBCL itself) [...] --- Maybe it could be used to have the same bootstrap procedure for all systems.