On Apr 9, 2025, at 13:18, Andriy Gapon <a...@freebsd.org> wrote: > On 09/04/2025 10:32 pm, Mark Millard wrote: >> An old note about avoiding building toolchains is: > > Just to be clear, I do not want to avoid building toolchain. > I want to avoid building clang that would be installed on the target.
Part of what I quoted said: "If you don't need a toolchain in the target just set WITHOUT_TOOLCHAIN" and then gave more detail. clang is part of the tool chain that is being referenced as not being needed on the target. So the details may be relevant if other parts of the toolchain should be installed on the target. WITHOUT_TOOLCHAIN might eliminate too much for your goal. If nothing else, I thought that the notes might help you investigate. === Mark Millard marklmi at yahoo.com