tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: TOOL_DEPENDS
Taylor R Campbell <campbell+netbsd-tech-pkg%mumble.net@localhost> wrote:
>
> lang/sbcl is a Common Lisp implementation (view it as a compiler
> toolchain for our purposes), which does things in two stages:
>
> 1. builds itself using some choice of host toolchain as a bootstrap
> (ecl, clisp, abcl, or existing sbcl)
>
> 2. builds itself with itself
It does not do this. SBCL only gets built once by the package, using
whichever host Common Lisp toolchain you specify.
There is no dependency on the host toolchain once it has been built.
I deliberately setup the Makefile to allow it to work with sbcl as a
host somewhere in the $PATH.
Home |
Main Index |
Thread Index |
Old Index