summaryrefslogtreecommitdiff
path: root/rules/build-prog.mk
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-03-19 21:47:55 +0000
committerIan Lynagh <ian@well-typed.com>2013-03-19 21:47:55 +0000
commit0f49dd691a364ec28007470aabe4fd9fed56e603 (patch)
tree31e2abdd9595ecbbe4f4aeb4ad2c3c3a79b4895f /rules/build-prog.mk
parentd0fc2a6a36b8ea2ea56ed7cce057999d110e078a (diff)
downloadhaskell-0f49dd691a364ec28007470aabe4fd9fed56e603.tar.gz
Remove some commented out build system code
Diffstat (limited to 'rules/build-prog.mk')
-rw-r--r--rules/build-prog.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/rules/build-prog.mk b/rules/build-prog.mk
index 28273c70ca..468fcafc45 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