[Buildroot] [PATCH] ptpd2: fix bfin compile by avoiding gcc bug

Waldemar Brodkorb wbx at openadk.org
Tue Nov 22 10:12:20 UTC 2016


Hi Thomas,
Thomas Petazzoni wrote,

> Hello,
> 
> On Mon, 21 Nov 2016 19:32:18 +0100, Waldemar Brodkorb wrote:
> 
> > +# GCC bug with Os/O1/O2/O3
> > +# internal compiler error: in gen_add2_insn, at optabs.c:4454
> > +ifeq ($(BR2_bfin),y)
> > +PTPD2_CONF_ENV += CFLAGS="-O0"
> 
> You forgot to pass $(TARGET_CFLAGS) here. With your change, we loose
> TARGET_CFLAGS. So I've fixed that up and applied.
> 
> However, I continue to dislike such hacks: when the problem gets fixed
> by gcc, how will we notice?

Either when we get notice that the PR is closed, this time I need to
create one. But we have similar issues where we already have PR's.
Or we check when a new gcc release come out, if the results from
"grep bfin package/*/*mk" are still required.

I think better then never ending autobuild failures.

best regards
 Waldemar



More information about the buildroot mailing list