X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FMakefile;h=8c52e97d967b9bcd86e60a9c001be72da0db5a17;hp=216e5f8a30376d0513bd9c480c40bbfd59f67320;hb=71c45d66d1346435187512aebd2df7ef041b2aa4;hpb=e0fcf61dca4dfac99cb5417e1bc4cbee18822cf2 diff --git a/compiler/Makefile b/compiler/Makefile index 216e5f8..8c52e97 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -572,7 +572,7 @@ SRC_MKDEPENDC_OPTS += -I$(GHC_INCLUDE_DIR) SRC_HC_OPTS += \ -cpp -fglasgow-exts -fno-generics -Rghc-timing \ - -I. -Iparser + -I. -Iparser -Iutil # Omitted: -I$(GHC_INCLUDE_DIR) # We should have -I$(GHC_INCLUDE_DIR) in SRC_HC_OPTS, @@ -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