NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/57514: Self build fails on evbarm-aarch64
The following reply was made to PR kern/57514; it has been noted by GNATS.
From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: kern/57514: Self build fails on evbarm-aarch64
Date: Mon, 10 Jul 2023 13:07:06 +0200
On Mon, Jul 10, 2023 at 10:00:03AM +0000, Takahiro Kambe wrote:
> My old /etc/mk.conf contains:
>
> COPTS+= -pipe
>
> Removing this line solve the problem.
Try this instead:
.if ! ${CFLAGS:M-pipe}
CFLAGS+= -pipe
.endif
(but I'm not sure that is totally safe either)
Martin
Home |
Main Index |
Thread Index |
Old Index