From ad7bdb84b8f6b902dac33ad62468326e90cc644a Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Wed, 8 Dec 2021 14:50:20 +0100 Subject: [PATCH] now that config.guess is fixed, gcc needs to know about aarch64-apple-darwin, not arm-apple-darwin --- gcc/gcc/config.host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/gcc/config.host b/gcc/gcc/config.host index f90d37ed44..4ba5c82826 100644 --- a/gcc/gcc/config.host +++ b/gcc/gcc/config.host @@ -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" ;;