File tree 1 file changed +6
-6
lines changed
cabal-install/src/Distribution/Client
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1052,8 +1052,8 @@ configureExOptions _showOrParseArgs src =
1052
1052
)
1053
1053
, option
1054
1054
[]
1055
- [" host -compiler" ]
1056
- " host compiler"
1055
+ [" build -compiler" ]
1056
+ " build compiler"
1057
1057
configBuildHcFlavor
1058
1058
(\ v flags -> flags{configBuildHcFlavor = v})
1059
1059
( choiceOpt
@@ -1063,15 +1063,15 @@ configureExOptions _showOrParseArgs src =
1063
1063
)
1064
1064
, option
1065
1065
" W"
1066
- [" with-host -compiler" , " with-host -hc" ]
1067
- " give the path to the compiler for the host toolchain"
1066
+ [" with-build -compiler" , " with-build -hc" ]
1067
+ " give the path to the compiler for the build toolchain"
1068
1068
configBuildHcPath
1069
1069
(\ v flags -> flags{configBuildHcPath = v})
1070
1070
(reqArgFlag " PATH" )
1071
1071
, option
1072
1072
" "
1073
- [" with-host -hc-pkg" ]
1074
- " give the path to the package tool for the host toolchain"
1073
+ [" with-build -hc-pkg" ]
1074
+ " give the path to the package tool for the build toolchain"
1075
1075
configBuildHcPkg
1076
1076
(\ v flags -> flags{configBuildHcPkg = v})
1077
1077
(reqArgFlag " PATH" )
You can’t perform that action at this time.
0 commit comments