Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Oct 1999 18:21:52 +0700 (NOVST)
From:      nnd@mail.nsk.ru
To:        current@freebsd.org
Subject:   Re: kernel broken? (pcm)
Message-ID:  <199910121121.SAA00271@wint.itfs.nsk.su>
In-Reply-To: <199910120845.KAA15936@wurzelausix.cs.uni-sb.de>

next in thread | previous in thread | raw e-mail | index | archive | help
In <199910120845.KAA15936@wurzelausix.cs.uni-sb.de> Alexander Leidinger <netchild@wurzelausix.cs.uni-sb.de> 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 majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910121121.SAA00271>