diff --git a/app/ghcup/GHCup/OptParse/Compile.hs b/app/ghcup/GHCup/OptParse/Compile.hs index e10668a..345f478 100644 --- a/app/ghcup/GHCup/OptParse/Compile.hs +++ b/app/ghcup/GHCup/OptParse/Compile.hs @@ -555,9 +555,6 @@ compile compileCommand settings Dirs{..} runAppState runLogger = do VLeft e -> do runLogger $ logError $ T.pack $ prettyHFError e pure $ ExitFailure 9 - (CompileGHC GHCCompileOptions { hadrian = True, crossTarget = Just _ }) -> do - runLogger $ logError "Hadrian cross compile support is not yet implemented!" - pure $ ExitFailure 9 (CompileGHC GHCCompileOptions {..}) -> runCompileGHC runAppState (do case targetGhc of diff --git a/lib/GHCup/GHC.hs b/lib/GHCup/GHC.hs index 5f8df7b..3539b54 100644 --- a/lib/GHCup/GHC.hs +++ b/lib/GHCup/GHC.hs @@ -1015,8 +1015,6 @@ compileGHC targetGhc ov bstrap jobs mbuildConfig patches aargs buildFlavour hadr m (Maybe FilePath) -- ^ output path of bindist, None for cross compileHadrianBindist tver workdir ghcdir = do - lEM $ execWithGhcEnv "python3" ["./boot"] (Just workdir) "ghc-bootstrap" - liftE $ configureBindist tver workdir ghcdir lift $ logInfo "Building (this may take a while)..."