diff --git a/gcc/gcc/config/host-darwin.c b/gcc/gcc/config/host-darwin.c index 0d26a76020..b621e7c48d 100644 --- a/gcc/gcc/config/host-darwin.c +++ b/gcc/gcc/config/host-darwin.c @@ -80,4 +80,6 @@ darwin_gt_pch_use_address (void *addr, size_t sz, int fd, size_t off) return ret; } +#if defined(__aarch64__) const struct host_hooks host_hooks = HOST_HOOKS_INITIALIZER; +#endif