https://sourceware.org/bugzilla/show_bug.cgi?id=33470

--- Comment #2 from Sam James <sam at gentoo dot org> ---
> What isn't clear is how ranlib and ar work for me?

Nevermind, that works because:

newfstatat(AT_FDCWD,
"/usr/x86_64-pc-linux-gnu/binutils-bin/9999/../9999/../lib/bfd-plugins/liblto_plugin.so",
{st_mode=S_IFREG|0755, st_size=75896, ...}, 0) = 0
openat(AT_FDCWD,
"/usr/x86_64-pc-linux-gnu/binutils-bin/9999/../9999/../lib/bfd-plugins/liblto_plugin.so",
O_RDONLY|O_CLOEXEC) = 7
newfstatat(AT_FDCWD,
"/usr/x86_64-pc-linux-gnu/binutils-bin/9999/../9999/../lib/bfd-plugins/LLVMgold.so",
{st_mode=S_IFREG|0755, st_size=112904, ...}, 0) = 0
openat(AT_FDCWD,
"/usr/x86_64-pc-linux-gnu/binutils-bin/9999/../9999/../lib/bfd-plugins/LLVMgold.so",
O_RDONLY|O_CLOEXEC) = 7

So yeah, I think if Clang is used, we need to extend the configure test,
because that symlink in bfd-plugins doesn't exist on all systems.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to