You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C library usage is not conditional upon architecture
These were conditioned on architecture because traditionally MIPS was
dynamically linked, while other arches used musl for static linking. Now
that we support both methods of linking on all architectures, these
special cases no longer make sense
Add a comment explaining why copying startup files is always necessary
0 commit comments