Dear musl developers,

Recently I have an experiment about whether full static-linked ld.gold with plugin function enabled can use its --plugin option to dynamically load plugins such as LLVMgold.so. I use "./configure --enable --enable-plugins --disable-werror LDFLAGS="-static" "  to generate a full statically linked ld.gold which does not have any dynamic library dependency, then I exec "./ld.gold --plugin LLVMgold.so" but an error occurs that "could not load plugin library: Dynamic loading not supported". I doubt this is a bug because it is claimed that musl supports full static linking but I am not sure about that. BTW, my experiment environment is Alpine 3.5.