From 374e44704b64afafc1179127e6c9c5bf1715ef39 Mon Sep 17 00:00:00 2001 From: Peter Trommler Date: Sun, 30 Dec 2018 22:23:53 +0100 Subject: PPC NCG: Remove Darwin support Support for Mac OS X on PowerPC has been dropped by Apple years ago. We follow suit and remove PowerPC support for Darwin. Fixes #16106. --- compiler/codeGen/CodeGen/Platform/PPC_Darwin.hs | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 compiler/codeGen/CodeGen/Platform/PPC_Darwin.hs (limited to 'compiler/codeGen/CodeGen/Platform') diff --git a/compiler/codeGen/CodeGen/Platform/PPC_Darwin.hs b/compiler/codeGen/CodeGen/Platform/PPC_Darwin.hs deleted file mode 100644 index 91923fd453..0000000000 --- a/compiler/codeGen/CodeGen/Platform/PPC_Darwin.hs +++ /dev/null @@ -1,11 +0,0 @@ -{-# LANGUAGE CPP #-} - -module CodeGen.Platform.PPC_Darwin where - -import GhcPrelude - -#define MACHREGS_NO_REGS 0 -#define MACHREGS_powerpc 1 -#define MACHREGS_darwin 1 -#include "../../../../includes/CodeGen.Platform.hs" - -- cgit v1.2.1