lto-rebuild -r does not work for me.....
as i am running bleeding edge gcc ( gcc-11+) and dont want to rebuild the world all the time when i am updating my gcc version . is there a way to find out my full lto-rebuild -r packages?
Does lto-rebuild -l work?
Does
lto-rebuild -lwork?
just updated gcc :
`mybox /home/hedmo # lto-rebuild -r Searching in /usr/lib /usr/lib64 /usr/lib32 for static archives that were built using a different GCC...
No problems found! mybox /home/hedmo # lto-rebuild -l Searching in /usr/lib /usr/lib64 /usr/lib32 for static archives that were built using a different GCC...
No problems found! mybox /home/hedmo #`
this is my own gcc : https://github.com/hedmo/hedmos-overlay/tree/master/sys-devel/gcc . it is based on gentoos 11.0.1_pre9999 .
the only way for me to fix lto ATM is :
revdep-rebuild --library 'libstdc++.so.6' -- --exclude gcc