[commit: ghc] wip/T9281: Remove obsolete references to mkGmpDerivedConstants (3df3a0b)
git at git.haskell.org
git at git.haskell.org
Sun Nov 9 20:52:19 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T9281
Link : http://ghc.haskell.org/trac/ghc/changeset/3df3a0b23b61ba06759e42bb92079cd35468c1af/ghc
>---------------------------------------------------------------
commit 3df3a0b23b61ba06759e42bb92079cd35468c1af
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sun Nov 9 21:37:16 2014 +0100
Remove obsolete references to mkGmpDerivedConstants
>---------------------------------------------------------------
3df3a0b23b61ba06759e42bb92079cd35468c1af
libraries/integer-gmp2/gmp/ghc.mk | 6 ------
1 file changed, 6 deletions(-)
diff --git a/libraries/integer-gmp2/gmp/ghc.mk b/libraries/integer-gmp2/gmp/ghc.mk
index a7a39d0..9790b53 100644
--- a/libraries/integer-gmp2/gmp/ghc.mk
+++ b/libraries/integer-gmp2/gmp/ghc.mk
@@ -49,9 +49,6 @@ ifeq "$(findstring clean,$(MAKECMDGOALS))" ""
include libraries/integer-gmp2/gmp/config.mk
endif
-libraries/integer-gmp2_dist-install_EXTRA_CC_OPTS += -Ilibraries/integer-gmp2/mkGmpDerivedConstants/dist
-libraries/integer-gmp2_dist-install_EXTRA_HC_OPTS += -Ilibraries/integer-gmp2/mkGmpDerivedConstants/dist
-
gmp_CC_OPTS += $(addprefix -I,$(GMP_INCLUDE_DIRS))
gmp_CC_OPTS += $(addprefix -L,$(GMP_LIB_DIRS))
@@ -78,14 +75,11 @@ HaveFrameworkGMP = NO
endif
endif
-$(libraries/integer-gmp2_dist-install_depfile_c_asm): $$(GmpDerivedConstants_HEADER)
-
ifneq "$(HaveLibGmp)" "YES"
ifneq "$(HaveFrameworkGMP)" "YES"
$(libraries/integer-gmp2_dist-install_depfile_c_asm): libraries/integer-gmp2/gmp/gmp.h
gmp_CC_OPTS += -Ilibraries/integer-gmp2/gmp
-gmp_CC_OPTS += -Ilibraries/integer-gmp2/mkGmpDerivedConstants/dist
libraries/integer-gmp2_dist-install_EXTRA_OBJS += libraries/integer-gmp2/gmp/objs/*.o
More information about the ghc-commits
mailing list