From 0f49dd691a364ec28007470aabe4fd9fed56e603 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 19 Mar 2013 21:47:55 +0000 Subject: Remove some commented out build system code --- rules/build-prog.mk | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'rules/build-prog.mk') 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 __LIB variables aren't # necessarily set when this part of the makefile is read -- cgit v1.2.1