Subject: Re: another makefile mystery: COPTS
To: None <fb@enteract.com>
From: Todd Whitesel <toddpw@best.com>
List: tech-toolchain
Date: 01/19/2000 05:37:55
> The ``?='' means that it's only set there if it's not set already, so
> it shouldn't be overriding your settings. The easiest way to set COPTS
> is in the kernel config:
> 
> makeoptions     COPTS="-O3 -m68040"
> 
> Does that work for you?

"argh!"

No offense, but I think you missed my earlier post.

I was hoping to simply config a kernel and then use the moral equivalent of

	env COPTS=-pipe make

but I _don't_ want to lose the "-O3 -m68040". If I did this:

	env COPTS="-O3 -m68040 -pipe" make

then that would work, but then I have to use a different command on many
arch's, and I have 9 of them, so far.

Todd Whitesel
toddpw @ best.com