summaryrefslogtreecommitdiff
path: root/libraries/ghc-boot
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/ghc-boot')
-rw-r--r--libraries/ghc-boot/GHC/Platform/ArchOS.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/ghc-boot/GHC/Platform/ArchOS.hs b/libraries/ghc-boot/GHC/Platform/ArchOS.hs
index 3e42143435..2f641739bd 100644
--- a/libraries/ghc-boot/GHC/Platform/ArchOS.hs
+++ b/libraries/ghc-boot/GHC/Platform/ArchOS.hs
@@ -73,8 +73,8 @@ data ArmABI
-- | PowerPC 64-bit ABI
data PPC_64ABI
- = ELF_V1
- | ELF_V2
+ = ELF_V1 -- ^ PowerPC64
+ | ELF_V2 -- ^ PowerPC64 LE
deriving (Read, Show, Eq)
-- | Operating systems.