summaryrefslogtreecommitdiff
path: root/compiler/utils
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-04-21 22:26:56 -0500
committerAustin Seipp <austin@well-typed.com>2014-04-21 22:26:56 -0500
commitc29bf984dd20431cd4344e8a5c444d7a5be08389 (patch)
treef0b0245bdbad8b981ed37d262e28d9977dcb7b35 /compiler/utils
parenta3831391e1defdf69214dc258eebcf37d92991f2 (diff)
downloadhaskell-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.hs1
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