[commit: ghc] master: Remove some commented out build system code (0f49dd6)
Ian Lynagh
igloo at earth.li
Wed Mar 20 21:21:43 CET 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
https://github.com/ghc/ghc/commit/0f49dd691a364ec28007470aabe4fd9fed56e603
>---------------------------------------------------------------
commit 0f49dd691a364ec28007470aabe4fd9fed56e603
Author: Ian Lynagh <ian at well-typed.com>
Date: Tue Mar 19 21:47:55 2013 +0000
Remove some commented out build system code
>---------------------------------------------------------------
rules/build-prog.mk | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/rules/build-prog.mk b/rules/build-prog.mk
index 28273c7..468fcaf 100644
--- a/rules/build-prog.mk
+++ b/rules/build-prog.mk
@@ -183,17 +183,6 @@ ifeq "$$($1_$2_$$($1_$2_PROGRAM_WAY)_HS_OBJS)" ""
$1_$2_$$($1_$2_PROGRAM_WAY)_GHC_LD_OPTS += -no-auto-link-packages -no-hs-main
endif
-# XXX
-# ifneq "$3" "0"
-# ifeq "$$(TargetOS_CPP)" "linux"
-# $1_$2_dyn_GHC_LD_OPTS += \
-# -fno-use-rpaths \
-# $$(foreach d,$$($1_$2_TRANSITIVE_DEPS),-optl-Wl$$(comma)-rpath -optl-Wl$$(comma)'$$$$ORIGIN/../$$d')
-# else ifeq "$$(TargetOS_CPP)" "darwin"
-# $1_$2_dyn_GHC_LD_OPTS += -optl-Wl,-headerpad_max_install_names
-# endif
-# endif
-
ifneq "$$(BINDIST)" "YES"
# The quadrupled $'s here are because the _<way>_LIB variables aren't
# necessarily set when this part of the makefile is read
More information about the ghc-commits
mailing list