> On Mar 8, 2023, at 10:26 PM, Ed Maste wrote:
>
> On Thu, 2 Mar 2023 at 05:14, Dimitry Andric wrote:
>>
>> WITHOUT_SYSTEM_COMPILER
>> Do not opportunistically skip building a cross-compiler during
>> the bootstrap phase of the build. Normally, if the currently
>
On Thu, 2 Mar 2023 at 05:14, Dimitry Andric wrote:
>
> WITHOUT_SYSTEM_COMPILER
> Do not opportunistically skip building a cross-compiler during
> the bootstrap phase of the build. Normally, if the currently
...
> I find the double negative phrasing "do not skip" alw
> On 8. Mar 2023, at 11:42, FreeBSD User wrote:
>
> Am Wed, 8 Mar 2023 11:28:11 +0100
> Dimitry Andric schrieb:
>
>> On 8 Mar 2023, at 11:19, FreeBSD User wrote:
>> ...
>>> But I don't understand why the make environment is trying to compile a
>>> piece of code that
>>> is disabled via "nodev
Am Wed, 8 Mar 2023 11:28:11 +0100
Dimitry Andric schrieb:
> On 8 Mar 2023, at 11:19, FreeBSD User wrote:
> ...
> > But I don't understand why the make environment is trying to compile a
> > piece of code that
> > is disabled via "nodevice" as shown in my initial report herein:
> >
> > [...]
>
On 8 Mar 2023, at 11:19, FreeBSD User wrote:
...
> But I don't understand why the make environment is trying to compile a piece
> of code that is
> disabled via "nodevice" as shown in my initial report herein:
>
> [...]
> src/sys/dev/an/if_an_pci.c:143:1: error: a function definition without a
Am Thu, 2 Mar 2023 11:13:51 +0100
Dimitry Andric schrieb:
> On 2 Mar 2023, at 06:41, FreeBSD User wrote:
> >
> > Am Mon, 27 Feb 2023 23:46:21 +0100
> > Dimitry Andric schrieb:
> ...
> >
> > I tried to find some documentation on my CURRENT host regarding
> > "WITH_SYSTEM_COMPILER".
> > Non