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
`musl` defines the `environ` symbol as a weak alias, which on AArch64
requires particular treatment by the compiler. As GHC doesn't have
access to the prototype of the symbol, it doesn't know that this
treatment is necessary and consequently we emit assembly that the linker
will choke on.
See GHC #24011.
0 commit comments