summaryrefslogtreecommitdiff
path: root/compiler/GHC/Driver/Backend.hs
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-01-26 20:36:20 -0500
committerBen Gamari <ben@smart-cactus.org>2022-01-29 14:52:55 -0500
commit0a1d0944d68265cb48cdb8e42f658d58c1cfdac7 (patch)
tree90ca07256ce280a9fa23bc022f1240bff53bf54f /compiler/GHC/Driver/Backend.hs
parent268efcc9a45da36458442d9203c66a415b48f2b3 (diff)
downloadhaskell-0a1d0944d68265cb48cdb8e42f658d58c1cfdac7.tar.gz
Drop SPARC NCG
Diffstat (limited to 'compiler/GHC/Driver/Backend.hs')
-rw-r--r--compiler/GHC/Driver/Backend.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/GHC/Driver/Backend.hs b/compiler/GHC/Driver/Backend.hs
index 71cfdd9dec..2642a2a9af 100644
--- a/compiler/GHC/Driver/Backend.hs
+++ b/compiler/GHC/Driver/Backend.hs
@@ -103,7 +103,6 @@ platformNcgSupported platform = if
ArchX86_64 -> True
ArchPPC -> True
ArchPPC_64 {} -> True
- ArchSPARC -> True
ArchAArch64 -> True
_ -> False