From 928f2cca01e0d856af0bce20da951677889b123e Mon Sep 17 00:00:00 2001 From: Mark Lentczner Date: Thu, 14 Apr 2011 14:38:48 -0700 Subject: [PATCH] no need to set --build when configuring libffi The value --build was set to broke cross-compilier builds, and isn't needed for regular builds. --- libffi/ghc.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libffi/ghc.mk b/libffi/ghc.mk index 080c43f..2edbc41 100644 --- a/libffi/ghc.mk +++ b/libffi/ghc.mk @@ -125,7 +125,7 @@ $(libffi_STAMP_CONFIGURE): "$(SHELL)" configure \ --enable-static=yes \ --enable-shared=$(libffi_EnableShared) \ - --host=$(PLATFORM) --build=$(PLATFORM) + --host=$(PLATFORM) # libffi.so needs to be built with the correct soname. # NOTE: this builds libffi_convience.so with the incorrect @@ -227,4 +227,3 @@ $(eval $(call manual-package-config,libffi)) # binary-dist BINDIST_EXTRAS += libffi/package.conf.in - -- 1.7.10.4