diff options
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index fda3c6e..ef37e61 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -313,7 +313,7 @@ aarch64*-*-*) cpu_type=aarch64 need_64bit_hwint=yes extra_headers="arm_neon.h" - extra_objs="aarch64-builtins.o" + extra_objs="aarch64-builtins.o aarch-common.o" target_has_targetm_common=yes ;; alpha*-*-*) @@ -501,6 +501,7 @@ fi case ${target} in aarch64*-*-*) + tm_p_file="${tm_p_file} arm/aarch-common-protos.h" case ${with_abi} in "") if test "x$with_multilib_list" = xilp32; then |