[commit: ghc] master: remove old cross-compilation stuff (9c5e903)

Simon Marlow marlowsd at gmail.com
Wed Jan 30 21:26:00 CET 2013


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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/9c5e9038763e2e70bc30732418a44bd0e674fb25

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

commit 9c5e9038763e2e70bc30732418a44bd0e674fb25
Author: Simon Marlow <marlowsd at gmail.com>
Date:   Tue Jan 29 12:00:46 2013 +0000

    remove old cross-compilation stuff

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

 distrib/configure.ac.in |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/distrib/configure.ac.in b/distrib/configure.ac.in
index 5a26e39..2f96a1a 100644
--- a/distrib/configure.ac.in
+++ b/distrib/configure.ac.in
@@ -21,15 +21,12 @@ FP_GMP
 bootstrap_target=@TargetPlatform@
 FPTOOLS_SET_PLATFORM_VARS
 
-BuildingCrossCompiler=NO
-PortingCompiler=NO
+# ToDo: if Stage1Only=YES, should be YES
 CrossCompiling=NO
 CrossCompilePrefix=""
 TargetPlatformFull="${target}"
 
-AC_SUBST(BuildingCrossCompiler)  # 'toolchain' case
-AC_SUBST(PortingCompiler)        # 'port' case
-AC_SUBST(CrossCompiling)         # BuildingCrossCompiler OR PortingCompiler
+AC_SUBST(CrossCompiling)
 AC_SUBST(CrossCompilePrefix)
 AC_SUBST(TargetPlatformFull)
 





More information about the ghc-commits mailing list