public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/ghc/files: ghc-6.12.3-ppc-use-libffi-for-foreign-import-wrapper.patch
@ 2010-07-21 21:49 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; only message in thread
From: Sergei Trofimovich (slyfox) @ 2010-07-21 21:49 UTC (permalink / raw
  To: gentoo-commits

slyfox      10/07/21 21:49:34

  Added:               
                        ghc-6.12.3-ppc-use-libffi-for-foreign-import-wrapper.patch
  Log:
  Fixed build faiures on 'es' locale (bug #202212). Fixed f.i.w on ppc this time.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-lang/ghc/files/ghc-6.12.3-ppc-use-libffi-for-foreign-import-wrapper.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/files/ghc-6.12.3-ppc-use-libffi-for-foreign-import-wrapper.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/files/ghc-6.12.3-ppc-use-libffi-for-foreign-import-wrapper.patch?rev=1.1&content-type=text/plain

Index: ghc-6.12.3-ppc-use-libffi-for-foreign-import-wrapper.patch
===================================================================
diff --git a/mk/config.mk.in b/mk/config.mk.in
index 3fcc0f0..496a6f7 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -176,7 +176,7 @@ endif
 # Whether to use libffi for adjustors (foreign import "wrapper") or
 # not.  If we have built-in support (rts/Adjustor.c) then we use that,
 # otherwise we fall back on libffi, which is slightly slower.
-ArchHasAdjustorSupport=$(strip $(if $(findstring $(HostArch_CPP),i386 x86_64 powerpc,),YES,NO))
+ArchHasAdjustorSupport=$(strip $(if $(findstring $(HostArch_CPP),i386 x86_64,),YES,NO))
 ifeq "$(ArchHasAdjustorSupport)" "YES"
 UseLibFFIForAdjustors=NO
 else






^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-07-21 21:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-21 21:49 [gentoo-commits] gentoo-x86 commit in dev-lang/ghc/files: ghc-6.12.3-ppc-use-libffi-for-foreign-import-wrapper.patch Sergei Trofimovich (slyfox)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox