diff options
Diffstat (limited to 'csu/Makefile')
-rw-r--r-- | csu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/csu/Makefile b/csu/Makefile index 6b6991935a..f3b099ee40 100644 --- a/csu/Makefile +++ b/csu/Makefile @@ -27,9 +27,10 @@ subdir := csu routines = init-first libc-start $(libc-init) sysdep version check_fds \ - libc-tls + libc-tls elf-init aux = errno elide-routines.os = libc-tls +static-only-routines = elf-init csu-dummies = $(filter-out $(start-installed-name),crt1.o Mcrt1.o) extra-objs = start.o gmon-start.o \ $(start-installed-name) g$(start-installed-name) $(csu-dummies) |