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 @@ -236,3 +236,8 @@ along with GCC; see the file COPYING3. If not see
236236
237237#undef ASM_OUTPUT_DEF_FROM_DECLS
238238
239+ #undef CLEAR_INSN_CACHE
240+ #define CLEAR_INSN_CACHE (beg , end ) \
241+ extern void sys_icache_invalidate(void *start, size_t len); \
242+ sys_icache_invalidate ((beg), (size_t)((end)-(beg)))
243+
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