Index: ghc-9.10.3/configure.ac
===================================================================
--- ghc-9.10.3.orig/configure.ac
+++ ghc-9.10.3/configure.ac
@@ -277,13 +277,6 @@ FP_PROG_SH
 
 # Verify that the installed (bootstrap) GHC is capable of generating
 # code for the requested build platform.
-if test "$BuildPlatform" != "$bootstrap_target"
-then
-    echo "This GHC (${WithGhc}) does not generate code for the build platform"
-    echo "   GHC target platform    : $bootstrap_target"
-    echo "   Desired build platform : $BuildPlatform"
-    exit 1
-fi
 
 dnl ** Do an unregisterised build?
 dnl --------------------------------------------------------------
