X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FMakefile.ghcbin;h=4008f255322738f7bd9ebe160e43516029684aa6;hb=ae460dc3e684b09cb5e1a9072a7d37be2003b5bb;hp=1fcd42dfe20a8572cc3820f85b3ba850aa9aabe3;hpb=aacbb9918d5458df0a64231bb55976679e471b91;p=ghc-hetmet.git 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)