summaryrefslogtreecommitdiff
path: root/rts/StgCRun.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/StgCRun.c')
-rw-r--r--rts/StgCRun.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/rts/StgCRun.c b/rts/StgCRun.c
index 02ec532d4b..29039117ad 100644
--- a/rts/StgCRun.c
+++ b/rts/StgCRun.c
@@ -662,11 +662,19 @@ StgRunIsImplementedInAssembler(void)
}
#else // linux_HOST_OS
-#error Only linux support for power64 right now.
+#error Only Linux support for power64 right now.
#endif
#endif
+#ifdef powerpc64le_HOST_ARCH
+/* -----------------------------------------------------------------------------
+ PowerPC 64 little endian architecture
+
+ Really everything is in assembler, so we don't have to deal with GCC...
+ -------------------------------------------------------------------------- */
+#endif
+
/* -----------------------------------------------------------------------------
ARM architecture
-------------------------------------------------------------------------- */