On Tue, May 9, 2017 at 10:34 PM, Jan Kiszka <[email protected]> wrote: > Hi all, > > seems like the current cross rules for openjre-8 at least break if the > host compiler < gcc-6: -fno-lifetime-dse gets injected based on the > cross compiler version, which is 6, but is also used for the few native > pieces of that build. > > Any suggestions how to fix that properly? I had to temporarily redirect > my default gcc from 4.8 to gcc-6. >
see if you can check -fno-lifetime-dse options is supported in Makefiles before using the option, that way you can ensure that its only used with compilers which support it > Thanks, > Jan > > -- > Siemens AG, Corporate Technology, CT RDA ITP SES-DE > Corporate Competence Center Embedded Linux > -- > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
