Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/0e275ec93a15726bacfceff3aa04ab242cd56eab

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

commit 0e275ec93a15726bacfceff3aa04ab242cd56eab
Author: Simon Marlow <[email protected]>
Date:   Fri Nov 11 15:24:46 2011 +0000

    Remove unused cRelocatableBuild

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

 compiler/ghc.mk |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/compiler/ghc.mk b/compiler/ghc.mk
index 9893a5e..95cd45b 100644
--- a/compiler/ghc.mk
+++ b/compiler/ghc.mk
@@ -129,12 +129,6 @@ endif
        @echo 'cGHC_SYSMAN_DIR       = "$(GHC_SYSMAN_DIR)"'                 >> 
$@
        @echo 'cDEFAULT_TMPDIR       :: String'                             >> 
$@
        @echo 'cDEFAULT_TMPDIR       = "$(DEFAULT_TMPDIR)"'                 >> 
$@
-       @echo 'cRelocatableBuild     :: Bool'                               >> 
$@
-ifeq "$(RelocatableBuild)" "YES"
-       @echo 'cRelocatableBuild     = True'                                >> 
$@
-else
-       @echo 'cRelocatableBuild     = False'                               >> 
$@
-endif
        @echo 'cLibFFI               :: Bool'                               >> 
$@
 ifeq "$(UseLibFFIForAdjustors)" "YES"
        @echo 'cLibFFI               = True'                                >> 
$@



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to