Files
nixpkgs/pkgs/development
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
..
2015-07-27 17:37:37 +02:00
2015-08-08 21:01:31 +03:00
2015-09-15 12:54:34 +02:00
2015-09-30 17:25:39 +02:00
2015-09-24 15:46:48 +00:00