I have a CentOS system which does not have static glibc libraries installed (specifically, no libc.a). With binutils 2.38 and the --enable-gold option, make check fails because gold can't find libc.a.
Is this expected behavior? Are the static glibc libraries required for gold's testing suite?
Without --enable-gold, make check completes successfully.
Thanks!