From 71c45d66d1346435187512aebd2df7ef041b2aa4 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 3 Jun 2008 08:19:04 +0000 Subject: [PATCH] -no-link-chk is a relic --- compiler/Makefile | 2 -- 1 file changed, 2 deletions(-) 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 -- 1.7.10.4