GregorR / musl-cross

A small suite of scripts and patches for building musl libc cross compilers.
208 stars 70 forks source link

AR cannot find plugin #60

Open andrewrynhard opened 8 years ago

andrewrynhard commented 8 years ago

Not sure if this is a problem in musl-cross but I am getting:

x86_64-linux-musl-gcc-ar: Cannot find plugin 'liblto_plugin.so'

I add the issue here because liblto_plugin.so is packaged with gcc and this is a cross compiled gcc

rofl0r commented 8 years ago

you should use x86_64-linux-musl-ar libtlo_plugin.so is only available in a full dynamic linked toolchain.