Files
nixpkgs/pkgs
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-09-30 13:22:38 -07:00
2015-09-27 15:08:12 -05:00
2015-09-30 13:23:18 -07:00
2015-09-30 16:10:16 +02:00
2015-09-22 20:21:10 +02:00