Am Thu, Apr 20, 2023 at 10:38:56PM +0300 schrieb Valery Ushakov: > On Thu, Apr 20, 2023 at 11:08:43 -0600, Brook Milligan wrote: > > > What should I be configuring to make sure that a tooldir compiler is > > usable? > > The tools in the tooldir expect that the netbsd src makefiles call > them with -isysroot (or some such flag(s), sorry, writing from > memory).
"--sysroot $DESTDIR" should be all that is necessary nowadays. Joerg