Subject: Re: kern/21311: Generic kernel doesnt compile in 1.6.1_STABLE
To: None <mipam@ibb.net>
From: enami tsugutomo <enami@sm.sony.co.jp>
List: netbsd-bugs
Date: 04/25/2003 18:14:43
Mipam <mipam@ibb.net> writes:

> If not, what could i do?

Remove `COPTS+=-pipe' and leave just `CFLAGS+=-pipe' in your
/etc/mk.conf.  The latter should be fine for kernel and userland also.
Setting value to COPTS results missing -O2.  Read
sys/conf/Makefile.kern.inc and sys/arch/i386/conf/Makefile.i386 for
detail.

enami.