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
236
236
237
237
#undef ASM_OUTPUT_DEF_FROM_DECLS
238
238
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*)
410
410
;;
411
411
aarch64*-*darwin* | arm64*-*darwin* )
412
412
extra_parts="$extra_parts crtfastmath.o"
413
- tmake_file="${tmake_file} ${cpu_type}/t-aarch64"
414
413
tmake_file="${tmake_file} ${cpu_type}/t-lse "
415
414
tmake_file="${tmake_file} t-crtfm"
416
415
# 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