Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2023-12-27 05:56:00 +0300
committerMike Frysinger <vapier@gentoo.org>2023-12-31 09:42:37 +0300
commit466514c02077e4f05b3590fbc8f920105098d8ef (patch)
treeb1cb87a07c40d0b4f37b3376d70d3a12113dabf4
parent025679996d1fb3bc985f5e22c6b111b5ef2093fd (diff)
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.
-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 05d3f9cba..c5d70ff7d 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@