https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122413
--- Comment #4 from Eric Botcazou <ebotcazou at gcc dot gnu.org> --- > Hmm~ if it's not going to be disabled by default, then, is there a way to > tell GCC - at runtime - that "I'm going to link with something that's not > GNU's ld, therefore don't reorder TLS sequences", at least? No, there is not. But you can use -fno-delayed-branch as a workaround. > I see the `--without-gnu-ld` option in that ticket, but that requires me to > rebuild GCC, is it not? Yes, it's a configure option.
