Re: [PATCH] darwin: support aarch64-darwin host

2021-09-21 Thread Yuta Saito via Gcc-patches
Hello Iain, Thank you for taking a look at my patch. > > Hello Yuta > > thanks for your patch and interest. > > > On 17 Sep 2021, at 16:26, Yuta Saito via Gcc-patches > > wrote: > > > Currently, building gcc for aarch64-darwin host fails due to missing >

[PATCH] darwin: support aarch64-darwin host

2021-09-17 Thread Yuta Saito via Gcc-patches
Hi, Currently, building gcc for aarch64-darwin host fails due to missing host_hooks definition. This patch adds host_hooks definition for aarch64-darwin. aarch64-darwin is not supported as a target yet, but this allows using gcc cross-compiler on aarch64-darwin. I confirmed linking gcc-cross suc