diff options
author | Colin Watson <cjwatson@debian.org> | 2014-04-21 22:26:56 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-04-21 22:26:56 -0500 |
commit | c29bf984dd20431cd4344e8a5c444d7a5be08389 (patch) | |
tree | f0b0245bdbad8b981ed37d262e28d9977dcb7b35 /compiler/utils | |
parent | a3831391e1defdf69214dc258eebcf37d92991f2 (diff) | |
download | haskell-c29bf984dd20431cd4344e8a5c444d7a5be08389.tar.gz |
ghc: initial AArch64 patches
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'compiler/utils')
-rw-r--r-- | compiler/utils/Platform.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/utils/Platform.hs b/compiler/utils/Platform.hs index ea1a3e5e93..ca8f0de862 100644 --- a/compiler/utils/Platform.hs +++ b/compiler/utils/Platform.hs @@ -52,6 +52,7 @@ data Arch , armISAExt :: [ArmISAExt] , armABI :: ArmABI } + | ArchARM64 | ArchAlpha | ArchMipseb | ArchMipsel |