X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=67cf25f9fa400d68ad11ed9f5f8307fffb751f19;hp=967fd6f730ab5a9b7c3b8bb1aab96dc8a5eaf098;hb=e45b7db233c7c315612b5e1b2e82f872784507ee;hpb=c00ea87f79231fba729fd4e7de1279261044ce5f diff --git a/configure.ac b/configure.ac index 967fd6f..67cf25f 100644 --- a/configure.ac +++ b/configure.ac @@ -288,7 +288,7 @@ checkOS "$TargetOS" # Verify that the installed (bootstrap) GHC is capable of generating # code for the requested build platform. -if test "$build" != "$bootstrap_target" +if test "$BuildPlatform" != "$bootstrap_target" then echo "This GHC (${WithGhc}) does not generate code for the build platform" echo " GHC target platform : $bootstrap_target" @@ -296,6 +296,10 @@ then exit 1 fi +echo "GHC build : $BuildPlatform" +echo "GHC host : $HostPlatform" +echo "GHC target : $TargetPlatform" + AC_SUBST(BuildPlatform) AC_SUBST(HostPlatform) AC_SUBST(TargetPlatform)