This project is a fork of the
sbcl.git project. If you have that one
already cloned locally, you can use
git clone --reference /path/to/your/sbcl.git/incarnation mirror_URL
to save bandwidth during cloning.
readme
The sbcl config/build system could use improvement; this fork will try to use the GNU autotools to fix several aspects of it.
Goals:
- detect libraries like -ldl
- integrate support for --prefix
- detect which features are actually present; no more *-os-arch-* files
- When cross-compiling (build platform -> host platform)
- no need for C compiler on the host platform (autoconf detects everything)
- no need for another lisp on the host platform
- single transition from build to host platform; build creates a staging tarball containing host runtime; host extracts it and finishes the compilation