summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rts/rts.cabal.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/rts/rts.cabal.in b/rts/rts.cabal.in
index 89d160c9eb..9860951226 100644
--- a/rts/rts.cabal.in
+++ b/rts/rts.cabal.in
@@ -401,9 +401,9 @@ library
-- AutoApply is generated
AutoApply.cmm
- if arch(i386) || arch(powerpc) || arch(powerpc64)
+ if arch(i386) || arch(ppc) || arch(ppc64)
asm-sources: AdjustorAsm.S
- if arch(powerpc) || arch(powerpc64) || arch(powerpc64le) || arch(s390x)
+ if arch(ppc) || arch(ppc64) || arch(s390x)
asm-sources: StgCRunAsm.S
c-sources: Adjustor.c