File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -229,3 +229,8 @@ along with GCC; see the file COPYING3. If not see
229229
230230#undef ASM_OUTPUT_DEF_FROM_DECLS
231231
232+ #undef CLEAR_INSN_CACHE
233+ #define CLEAR_INSN_CACHE (beg , end ) \
234+ extern void sys_icache_invalidate(void *start, size_t len); \
235+ sys_icache_invalidate ((beg), (size_t)((end)-(beg)))
236+
Original file line number Diff line number Diff line change @@ -410,7 +410,6 @@ aarch64*-*-elf | aarch64*-*-rtems*)
410410 ;;
411411aarch64*-*darwin* | arm64*-*darwin* )
412412 extra_parts="$extra_parts crtfastmath.o"
413- tmake_file="${tmake_file} ${cpu_type}/t-aarch64"
414413 tmake_file="${tmake_file} ${cpu_type}/t-lse "
415414 tmake_file="${tmake_file} t-crtfm"
416415 # No soft float for now because our long double is DF not TF.
You can’t perform that action at this time.
0 commit comments