summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-04-22 22:45:04 +0100
committerIan Lynagh <igloo@earth.li>2011-04-22 22:45:04 +0100
commite75227feacf1434a342c8a7e6ec3619dc6771c39 (patch)
tree2fc44a0694639e0ab991378803dff0a9983f0f7f /mk
parent35ccb1819d3a3fa100ed4e77798da7a58654a08d (diff)
downloadhaskell-e75227feacf1434a342c8a7e6ec3619dc6771c39.tar.gz
Remove HaveGcc (it was always YES)
Diffstat (limited to 'mk')
-rw-r--r--mk/config.mk.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in
index be8b57bcb7..e6126f6667 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -540,18 +540,15 @@ endif
# the flag --with-gcc=<blah> instead. The reason is that the configure script
# needs to know which gcc you're using in order to perform its tests.
-HaveGcc = @HaveGcc@
UseGcc = YES
WhatGccIsCalled = @WhatGccIsCalled@
GccVersion = @GccVersion@
GccLT34 = @GccLT34@
-ifeq "$(strip $(HaveGcc))" "YES"
ifneq "$(strip $(UseGcc))" "YES"
CC = cc
else
CC = $(WhatGccIsCalled)
endif
-endif
# C compiler and linker flags from configure (e.g. -m<blah> to select
# correct C compiler backend). The stage number is the stage of GHC