summaryrefslogtreecommitdiff
path: root/compiler/Makefile
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2008-06-03 08:19:04 +0000
committerSimon Marlow <marlowsd@gmail.com>2008-06-03 08:19:04 +0000
commit71c45d66d1346435187512aebd2df7ef041b2aa4 (patch)
tree29de64054aad28bf65f8b02b0ef0d7e4fcb14ed6 /compiler/Makefile
parent2fb8e343ac2b9dcb5c2476648cf3e30ec6637afd (diff)
downloadhaskell-71c45d66d1346435187512aebd2df7ef041b2aa4.tar.gz
-no-link-chk is a relic
Diffstat (limited to 'compiler/Makefile')
-rw-r--r--compiler/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/Makefile b/compiler/Makefile
index a16cd21036..8c52e97d96 100644
--- a/compiler/Makefile
+++ b/compiler/Makefile
@@ -767,8 +767,6 @@ ifeq "$(stage)" "1"
include $(GHC_COMPAT_DIR)/compat.mk
endif
-SRC_LD_OPTS += -no-link-chk
-
ifeq "$(GhcUnregisterised)" "NO"
ifeq "$(HOSTPLATFORM)" "ia64-unknown-linux"
# needed for generating proper relocation in large binaries: trac #856