In <[EMAIL PROTECTED]> Alexander Leidinger
<[EMAIL PROTECTED]> wrote:
> On 11 Oct, Bill Fumerola wrote:
>
>>> #makeoptions CONF_CFLAGS=-fno-builtin
>>
>> We have enough breakages with the _documented_ kernel options that we
>
> As Bruce Evans already said, It's documented.
>
>> don't need to go hunting down oddities. :>
>
> Have you seen the '#' in "#makeoptions"? I assume a '#' in the config
> file means: "Hey config, don't look at this!". Please correct me if I'm
> wrong.
>
> I've tested both variants with and without '#'. After editing the file I
> did a 'config -r CONFIG', 'cd ../../compile/CONFIG', 'make depend',
> 'make'. I get the error independently of CONF_FLAGS.
> Back at home I do it again if you want.
Yes, in your case the errors are independent from
this "makeoptions ..." line. But you are linking kernel.debug,
so the (undefined in kernel) 'abs' function shows itself.
You can try the patch in (my) PR 'kern/14278'.
N.Dudorov
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message