now that config.guess is fixed, gcc needs to know about aarch64-apple-darwin, not arm-apple-darwin

This commit is contained in:
Wolfgang Thaller 2021-12-08 14:50:20 +01:00
parent 16c9f7b849
commit ad7bdb84b8
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ case ${host} in
out_host_hook_obj="${out_host_hook_obj} host-ppc64-darwin.o"
host_xmake_file="${host_xmake_file} rs6000/x-darwin64"
;;
arm-*-darwin*)
aarch64-*-darwin*)
out_host_hook_obj="${out_host_hook_obj} host-aarch64-darwin.o"
host_xmake_file="${host_xmake_file} aarch64/x-darwin"
;;