mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-25 03:44:04 +08:00
C-SKY: Enable crtbegin/crtend.o of libgcc for elf target
libgcc/ChangeLog: * config.host (C-SKY): Enable crtbegin/crtend.o of libgcc for elf target.
This commit is contained in:
parent
f02b2077c0
commit
03380ecc38
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user