aboutsummaryrefslogtreecommitdiff
path: root/libgloss
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2023-12-26 21:56:00 -0500
committerMike Frysinger <vapier@gentoo.org>2024-01-19 20:21:05 -0500
commit2b0fd7030830701a63781de9d67a596e361c39be (patch)
treeb7772881c8f5495b168397f395b598ef2e09d337 /libgloss
parent0ed55d03b7e1083cd721a52876f021b211f3e24a (diff)
downloadnewlib-2b0fd7030830701a63781de9d67a596e361c39be.zip
newlib-2b0fd7030830701a63781de9d67a596e361c39be.tar.gz
newlib-2b0fd7030830701a63781de9d67a596e361c39be.tar.bz2
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.
Diffstat (limited to 'libgloss')
-rw-r--r--libgloss/msp430/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/libgloss/msp430/Makefile.in b/libgloss/msp430/Makefile.in
index 05d3f9c..c5d70ff 100644
--- a/libgloss/msp430/Makefile.in
+++ b/libgloss/msp430/Makefile.in
@@ -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@