[commit: ghc] master: Fix the names of the libffi archives (8575d01)
Ian Lynagh
igloo at earth.li
Sun Mar 24 18:45:09 CET 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
https://github.com/ghc/ghc/commit/8575d01b4205b4545c54f9f1ba1d993a87bac72c
>---------------------------------------------------------------
commit 8575d01b4205b4545c54f9f1ba1d993a87bac72c
Author: Ian Lynagh <ian at well-typed.com>
Date: Sun Mar 24 17:29:30 2013 +0000
Fix the names of the libffi archives
Fixes a bug which meant that they weren't getting installed.
>---------------------------------------------------------------
rts/ghc.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rts/ghc.mk b/rts/ghc.mk
index 7324ba0..f940e31 100644
--- a/rts/ghc.mk
+++ b/rts/ghc.mk
@@ -548,7 +548,7 @@ rts/package.conf.inplace : $(includes_H_CONFIG) $(includes_H_PLATFORM)
RTS_INSTALL_LIBS += $(ALL_RTS_LIBS)
ifneq "$(UseSystemLibFFI)" "YES"
RTS_INSTALL_LIBS += $(wildcard rts/dist/build/libffi$(soext)*)
-RTS_INSTALL_LIBS += $(foreach w,$(filter-out dyn,$(rts_WAYS)),rts/dist/build/libffi$($w_libsuf))
+RTS_INSTALL_LIBS += $(foreach w,$(filter-out dyn,$(rts_WAYS)),rts/dist/build/libCffi$($w_libsuf))
RTS_INSTALL_LIBS += rts/dist/build/$(LIBFFI_DLL)
endif
More information about the ghc-commits
mailing list