libgloss: msp430: delete stub crt_init.o
This object is created by compiling crt0.S with -DLinit, but there has never been an "#if Linit" check in crt0.S, so this has always produced a stub object file. Drop compiling it entirely.
This commit is contained in:
parent
0ed55d03b7
commit
2b0fd70308
|
@ -90,8 +90,7 @@ CRT_OBJS = \
|
|||
crt_run_init_array.o \
|
||||
crt_run_preinit_array.o \
|
||||
crt_run_fini_array.o \
|
||||
crt_run_array.o \
|
||||
crt_init.o
|
||||
crt_run_array.o
|
||||
|
||||
#### Host specific Makefile fragment comes in here.
|
||||
@host_makefile_frag@
|
||||
|
|
Loading…
Reference in New Issue