]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config.host
Darwin, aarch64 : Initial support for the self-host driver.
authorIain Sandoe <iain@sandoe.co.uk>
Tue, 18 Aug 2020 21:29:51 +0000 (22:29 +0100)
committerIain Sandoe <iain@sandoe.co.uk>
Fri, 5 Nov 2021 20:52:42 +0000 (20:52 +0000)
commit834c8749ced550af3f17ebae4072fb7dfb90d271
treeb0467691e803bd5af4c6301e290947d56d6a9d22
parent7a300b413a62e1989bd89064fd5594aabe371d3a
Darwin, aarch64 : Initial support for the self-host driver.

At present, there is no special action needed for aarch64-darwin
this just pulls in generic Darwin code.

Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
gcc/ChangeLog:

* config.host: Add support for aarch64-*-darwin.
* config/aarch64/host-aarch64-darwin.c: New file.
* config/aarch64/x-darwin: New file.
gcc/config.host
gcc/config/aarch64/host-aarch64-darwin.c [new file with mode: 0644]
gcc/config/aarch64/x-darwin [new file with mode: 0644]