From: Simon Marlow Date: Tue, 3 Jun 2008 08:19:04 +0000 (+0000) Subject: -no-link-chk is a relic X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=71c45d66d1346435187512aebd2df7ef041b2aa4 -no-link-chk is a relic --- diff --git a/compiler/Makefile b/compiler/Makefile index a16cd21..8c52e97 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