diff --git a/libgcc/config.host b/libgcc/config.host index 7a3e29d0c71..dbb378f6756 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -579,7 +579,7 @@ cris-*-elf) ;; csky-*-elf*) tmake_file="csky/t-csky t-fdpbit" - extra_parts="$extra_parts crti.o crtn.o" + extra_parts="crtbegin.o crtend.o crti.o crtn.o" ;; csky-*-linux*) tmake_file="$tmake_file csky/t-csky t-slibgcc-libgcc t-fdpbit csky/t-linux-csky"