X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fghc.mk;h=3c8c95f9c35bf97e88e448d348699de6407acd17;hb=615d88d1912a81ca3bef44010285424f6c454449;hp=2daf6832f03da5d5e777e267341a1d9222832858;hpb=24a3fee9f3ff6cef6fe471ab6f0a7ba9ac001faf;p=ghc-hetmet.git diff --git a/compiler/ghc.mk b/compiler/ghc.mk index 2daf683..3c8c95f 100644 --- a/compiler/ghc.mk +++ b/compiler/ghc.mk @@ -336,10 +336,6 @@ compiler_CONFIGURE_OPTS += --ld-options=-E endif ifeq "$(GhcUnregisterised)" "NO" -ifeq "$(HOSTPLATFORM)" "ia64-unknown-linux" -# needed for generating proper relocation in large binaries: trac #856 -compiler_CONFIGURE_OPTS += --ld-option=-Wl,--relax -endif else compiler_CONFIGURE_OPTS += --ghc-option=-DNO_REGS endif