All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [meta-java] gcc6 support breaks build for gcc < 6
@ 2016-07-11 15:19 Winfried
  2016-07-11 22:32 ` [meta-java] gcc 4.8 and openjdk-8 Jacopo Malvestio
  2016-07-12 11:56 ` [meta-java] gcc6 support breaks build for gcc < 6 Winfried
  0 siblings, 2 replies; 9+ messages in thread
From: Winfried @ 2016-07-11 15:19 UTC (permalink / raw)
  To: openembedded-devel

> If you are not using default compiler then you have to take some action
> 
> add
> 
> CFLAGS_remove = " -fno-tree-dse"
> CXXFLAGS_remove = " -fno-tree-dse"
> 
> via a .bbappend in your layer.

Yes, to let meta-java compile with gcc 4.8 I added the following lines 
to a .bbappend file:

CFLAGS_remove = "-fno-lifetime-dse"
CXXFLAGS_remove = "-fno-lifetime-dse"

If that is the final solution, please add this to the README of the 
meta-java layer.

Thanks,
Winfried


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-07-15 18:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-11 15:19 [meta-java] gcc6 support breaks build for gcc < 6 Winfried
2016-07-11 22:32 ` [meta-java] gcc 4.8 and openjdk-8 Jacopo Malvestio
2016-07-11 23:48   ` Khem Raj
2016-07-12  5:09     ` Jacopo Malvestio
2016-07-12 23:23       ` Khem Raj
2016-07-15  9:47         ` Jacopo Malvestio
2016-07-15 18:03           ` Dan McGregor
2016-07-12 11:56 ` [meta-java] gcc6 support breaks build for gcc < 6 Winfried
2016-07-12 16:48   ` Jacopo Malvestio

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.