From 109aae23e7e2dbf9c9de1b2ba41b94ff91b8232a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 27 Apr 2011 16:33:18 +0900 Subject: [PATCH] apply the powerpc linker patch also to ppc --- ghc.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ghc.spec b/ghc.spec index 6a6b11e..8b38d0a 100644 --- a/ghc.spec +++ b/ghc.spec @@ -180,6 +180,9 @@ rm -r ghc-tarballs/libffi %ifarch ppc64 %patch7 -p1 -b .pthread +%endif + +%ifarch ppc ppc64 %patch8 -p1 -b .mmap %endif