X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FMakefile;h=8c52e97d967b9bcd86e60a9c001be72da0db5a17;hb=aca3dd74dac482e77e34058c4003df5387487aaa;hp=a16cd210364267127d834d78ac5447f2300512b0;hpb=526c3af1dc98987b6949f4df73c0debccf9875bd;p=ghc-hetmet.git 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