X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fghc.mk;h=e26149c90288bd6d93debaf4ee9651a93c7dec59;hb=a10a21dadac041e928ad5dab3810b68ab35bc9bb;hp=76b393f04bc6a0e2ce1dd0d7243ae0748c68a6b5;hpb=33514c22d560184cd1f32f4e60197b477be91dc2;p=ghc-hetmet.git diff --git a/compiler/ghc.mk b/compiler/ghc.mk index 76b393f..e26149c 100644 --- a/compiler/ghc.mk +++ b/compiler/ghc.mk @@ -108,8 +108,6 @@ compiler/stage%/build/Config.hs : mk/config.mk mk/project.mk | $$(dir $$@)/. @echo 'cBooterVersion = "$(GhcVersion)"' >> $@ @echo 'cStage :: String' >> $@ @echo 'cStage = show (STAGE :: Int)' >> $@ - @echo 'cCcOpts :: [String]' >> $@ - @echo 'cCcOpts = words "$(CONF_CC_OPTS_STAGE$*)"' >> $@ @echo 'cGccLinkerOpts :: [String]' >> $@ @echo 'cGccLinkerOpts = words "$(CONF_GCC_LINKER_OPTS_STAGE$*)"' >> $@ @echo 'cLdLinkerOpts :: [String]' >> $@