[commit: ghc] master: mk/config.mk.in: drop unused CONF_CC_OPTS for ia64 (78daabc)

git at git.haskell.org git at git.haskell.org
Fri Jan 1 22:44:45 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/78daabc514e220ef52645b175a60ec39cfd4eeb1/ghc

>---------------------------------------------------------------

commit 78daabc514e220ef52645b175a60ec39cfd4eeb1
Author: Sergei Trofimovich <siarheit at google.com>
Date:   Fri Jan 1 22:43:18 2016 +0000

    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 at google.com>


>---------------------------------------------------------------

78daabc514e220ef52645b175a60ec39cfd4eeb1
 mk/config.mk.in | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/mk/config.mk.in b/mk/config.mk.in
index 2091671..e1259e5 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



More information about the ghc-commits mailing list