nixpkgs/pkgs/development/compilers/sbcl
Tomas Hlavaty 29f120d7b2 sbcl: improve bootstrap and add arm support
clisp bootstrap is very slow and clisp doesn't compile on arm

now it is possible to also bootstrap using ccl:

   sbclBootstrapHost = "${ccl}/bin/${ccl.CCL_RUNTIME} -b -n";

or alternatively using clisp

   sbclBootstrapHost = "${clisp}/bin/clisp -norc";
2015-09-30 23:40:58 +02:00
..
1.2.0.nix sbcl_1_2_0: port over joelteon's change to 1.2.8 2015-02-12 15:05:37 -06:00
1.2.5.nix update sbcl 2015-03-09 01:03:01 +03:00
bootstrap.nix sbcl: improve bootstrap and add arm support 2015-09-30 23:40:58 +02:00
default.nix sbcl: improve bootstrap and add arm support 2015-09-30 23:40:58 +02:00