mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-26 06:49:33 +00:00
now that config.guess is fixed, gcc needs to know about aarch64-apple-darwin, not arm-apple-darwin
This commit is contained in:
parent
16c9f7b849
commit
ad7bdb84b8
@ -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"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user