diff options
Diffstat (limited to 'distrib/configure.ac.in')
-rw-r--r-- | distrib/configure.ac.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/configure.ac.in b/distrib/configure.ac.in index 280d9e3f34..b438bf5cbd 100644 --- a/distrib/configure.ac.in +++ b/distrib/configure.ac.in @@ -18,7 +18,7 @@ dnl-------------------------------------------------------------------- FP_GMP -bootstrap_target=`ghc/stage2/build/tmp/ghc-stage2 +RTS --info | grep '^ ,("Target platform"' | sed -e 's/.*, "//' -e 's/")//' | tr -d '\r'` +bootstrap_target=@TargetPlatform@ FPTOOLS_SET_PLATFORM_VARS BuildingCrossCompiler=NO |