Skip to content
Snippets Groups Projects
Ben Gamari's avatar
Ben Gamari authored
`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.
d63e6b41
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name Last commit Last update
..
Posix
Posix.hs