[Git][ghc/ghc][wip/angerman/aarch64-ncg] is PIC enough?
Moritz Angermann
gitlab at gitlab.haskell.org
Tue Oct 27 12:14:34 UTC 2020
Moritz Angermann pushed to branch wip/angerman/aarch64-ncg at Glasgow Haskell Compiler / GHC
Commits:
17090309 by Moritz Angermann at 2020-10-27T20:14:15+08:00
is PIC enough?
- - - - -
1 changed file:
- compiler/GHC/Driver/Session.hs
Changes:
=====================================
compiler/GHC/Driver/Session.hs
=====================================
@@ -3819,7 +3819,7 @@ default_PIC platform =
case (platformOS platform, platformArch platform) of
(OSDarwin, ArchX86_64) -> [Opt_PIC]
(OSDarwin, ArchAArch64) -> [Opt_PIC]
- (OSLinux, ArchAArch64) -> [Opt_PIC, Opt_ExternalDynamicRefs]
+ (OSLinux, ArchAArch64) -> [Opt_PIC] --, Opt_ExternalDynamicRefs]
(OSOpenBSD, ArchX86_64) -> [Opt_PIC] -- Due to PIE support in
-- OpenBSD since 5.3 release
-- (1 May 2013) we need to
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/170903093be2a26ee527a68354a0d6bca4264e50
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/170903093be2a26ee527a68354a0d6bca4264e50
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20201027/00b53401/attachment.html>
More information about the ghc-commits
mailing list