Subject: Re: kern/21311: Generic kernel doesnt compile in 1.6.1_STABLE
To: None <mipam@ibb.net>
From: Julio Merino <jmmv@menta.net>
List: netbsd-bugs
Date: 04/25/2003 10:00:46
On Fri, 25 Apr 2003 01:17:57 +0200
Mipam <mipam@ibb.net> wrote:

> To do what i wish would this work:
> 
> CFLAGS= ${CFLAGS} -pipe
> 
> and COPTS= ${COPTS} -pipe ?
> 
> Meaning: the new CFLAGS are the CFLAGS which are already define + -pipe?
> If not, what could i do?

NO.  You can do nothing (except you don't change the .mk file where the -O2
is added).

man make
less /usr/share/mk/bsd.README

Believe us.  Add the -O2 by hand.

-- 
Julio M. Merino Vidal <jmmv@menta.net>
The NetBSD Project - http://www.NetBSD.org/