> > For me I need to know, whether it is safe to recompile gcc natively on > the beaglebone with lto support enabled via USE flag. > This compilation will take about eight hours. > So it would be fine to decide on a little bit more than try and error. ;) > > Or how can I circumvent the described problems? > > There's not much risk to just try the recompile, since you can always revert to the gcc from the tarball, right? (or quickpkg) Or is it the 8 hours that you're concerned about? If so, sounds like an overnight job.
When looking at this on my system I found that lto use flag was not in gcc - so i have broken my config at some stage. (im whilelisting packages for lto, not blacklisting, so the config is a little different). Rebuilding 4.7.3 now to try it out.