Quote:
Originally Posted by ppoo
@knc1: I still gets gcc: fatal error: -fuse-linker-plugin, but liblto_plugin.so not found
and don't know how to fix it. Is there any arguments to disable it when compiling toolchain?
|
There probably is, but why not: -fno-use-linker-plugin when you don't want it?
Or, maybe just stop telling it to use the linker plug-in if you don't want it?
I.E: remove: -fuse-linker-plugin
I am probably not your best source of information on this subject.
Others here are much more experienced with these "new" tool-chain features than I.