summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorSergei Trofimovich <siarheit@google.com>2016-01-01 22:43:18 +0000
committerSergei Trofimovich <siarheit@google.com>2016-01-01 22:43:18 +0000
commit78daabc514e220ef52645b175a60ec39cfd4eeb1 (patch)
treefe5f2be8a8648a25828671c15962311a1451e511 /mk
parent0b8dc7d4d5b26e184a7698e22f9fe7d8ee3c90d4 (diff)
downloadhaskell-78daabc514e220ef52645b175a60ec39cfd4eeb1.tar.gz
mk/config.mk.in: drop unused CONF_CC_OPTS for ia64
There is CONF_CC_OPTS_STAGE$(N) but not CONF_CC_OPTS thus option does not work for a while. Signed-off-by: Sergei Trofimovich <siarheit@google.com>
Diffstat (limited to 'mk')
-rw-r--r--mk/config.mk.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in
index 20916718ac..e1259e5de0 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -618,10 +618,6 @@ CONF_CPP_OPTS_STAGE0 = @CONF_CPP_OPTS_STAGE0@
CONF_CPP_OPTS_STAGE1 = @CONF_CPP_OPTS_STAGE1@
CONF_CPP_OPTS_STAGE2 = @CONF_CPP_OPTS_STAGE2@
-ifeq "$(TARGETPLATFORM)" "ia64-unknown-linux"
-CONF_CC_OPTS += -G0
-endif
-
# The .hsc files aren't currently safe for cross-compilation on Windows:
# libraries\haskeline\.\System\Console\Haskeline\Backend\Win32.hsc:160
# directive "let" is not safe for cross-compilation