From: Ian Lynagh Date: Wed, 15 Aug 2007 13:02:42 +0000 (+0000) Subject: Fix building GHC with profiling X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=3066cecc9311bdf188807c705cda73254785570a Fix building GHC with profiling --- diff --git a/compiler/Makefile.ghcbin b/compiler/Makefile.ghcbin index 1fcd42d..4008f25 100644 --- a/compiler/Makefile.ghcbin +++ b/compiler/Makefile.ghcbin @@ -38,10 +38,10 @@ endif endif ifeq "$(GhcThreaded)" "YES" -SRC_LD_OPTS += -threaded +SRC_HC_OPTS += -threaded endif ifeq "$(GhcProfiled)" "YES" -SRC_LD_OPTS += -prof +SRC_HC_OPTS += -prof endif odir=stage$(stage)