Re: amd build failure on HEAD
RVP <[email protected]>
| Newsgroups | gmane.os.netbsd.current |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 11 Oct 2025, Paul Goyette wrote: >> Thanks. Let me see if it works. > > With your proposed patch I get a successful build. > OK; but, note that if the patch goes in, then the set lists will need to be changed because now `NOSTATICLIB' in various Makefiles _will have an effect_ causing debug libraries to _not be built_ (and installed) even if the user specifies `MKDEBUGLIB=yes' to build.sh. You can, of course, pass the variable to make(1) on the command-line to get static debug libraries: make ... MKDEBUGLIB=yes ... That'll override the developer's preference in the Makefiles themselves. -RVP