[Git][ghc/ghc][wip/angerman/aarch64-always-pic] Meh, AArch64 is ARM64 in master.
Moritz Angermann
gitlab at gitlab.haskell.org
Mon Nov 2 07:17:44 UTC 2020
Moritz Angermann pushed to branch wip/angerman/aarch64-always-pic at Glasgow Haskell Compiler / GHC
Commits:
7d441e18 by Moritz Angermann at 2020-11-02T15:17:23+08:00
Meh, AArch64 is ARM64 in master.
- - - - -
1 changed file:
- compiler/GHC/Driver/Session.hs
Changes:
=====================================
compiler/GHC/Driver/Session.hs
=====================================
@@ -3797,8 +3797,8 @@ default_PIC :: Platform -> [GeneralFlag]
default_PIC platform =
case (platformOS platform, platformArch platform) of
(OSDarwin, ArchX86_64) -> [Opt_PIC]
- (OSDarwin, ArchAArch64) -> [Opt_PIC]
- (OSLinux, ArchAArch64) -> [Opt_PIC, Opt_ExternalDynamicRefs]
+ (OSDarwin, ArchARM64) -> [Opt_PIC]
+ (OSLinux, ArchARM64) -> [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/7d441e1849a3be17265cbd1a1db5a4085e4c63ef
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/7d441e1849a3be17265cbd1a1db5a4085e4c63ef
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/20201102/48b752e6/attachment-0001.html>
More information about the ghc-commits
mailing list