Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: NetBSD-7 build issues with earmv7hf



On Sun, 10 Jul 2016 00:42:51 -0700
Hal Murray <hmurray%megapathdsl.net@localhost> wrote:

> > COPTS+=-pipe
> 
> Is that going to do what you want it to?  Do you need a space in
> there? Something like
>   COPTS+=" -pipe"
> 
> 
> -- 
> These are my opinions.  I hate spam.
> 
> 
> 

I'm not a makefile expert, but I thought make was intelligent enough to
add space to the first argument after +=

Anyway, looking at the build log, there is a "-pipe" GCC option
somewhere in the middle and it is separated by spaces, so I think make
does the right thing.


Home | Main Index | Thread Index | Old Index