-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Merge pull request #36948 from dtzWill/fix/glibc-libgcc_s"
- Loading branch information
1 parent
2b57e9f
commit 319ebef
Showing
2 changed files
with
74 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
319ebef
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @dtzWill
319ebef
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Context is on the PR: #36948
319ebef
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
319ebef
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just thinking out loud but how bad of an idea would it be to let just glibc use
libgcc_s
from bootstrap tools but "hide it" so it's not visible to things that need to link tolibgcc_s
directly? Would require patching glibc though...Other idea I had was hacking up the
libpthread.so
linker script so that it includeslibgcc_s
but that has its own problems (could be fragile when it comes to bootstrapping as I think things could potentially retain a reference to bootstrap tools, and also clang + glibc stdenvs would need to be taught where to find the library).