https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122429

--- Comment #8 from Joseph S. Myers <jsm28 at gcc dot gnu.org> ---
This feels like a bug in the glibc build process - why is that link command
missing -nostdlib? The glibc build should always use -nostdlib to link
anything, to avoid any possible use of a previously installed libc, and as a
side effect the use of -nostdlib should also stop the default use of libatomic.

Reply via email to