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 Sat, Jul 09, 2016 at 10:15:33PM +0100, Sad Clouds wrote:
> COPTS+=-pipe
> 
> Removing the option, resolved this particular error. Is this a bug then?

Strange (and not sure whether it is to be considered a bug). Guess something
mathches default COPTS verbatim somewhere; so most likely a bug.

I have been doing:

.if ! ${CFLAGS:M-pipe}
CFLAGS+= -pipe
.endif

instead.

Martin


Home | Main Index | Thread Index | Old Index