diff options
Diffstat (limited to 'csu/Makefile')
-rw-r--r-- | csu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csu/Makefile b/csu/Makefile index 0829e01278..f4c162116a 100644 --- a/csu/Makefile +++ b/csu/Makefile @@ -27,7 +27,7 @@ subdir := csu routines = init-first libc-start $(libc-init) sysdep version check_fds \ - libc-tls elf-init + libc-tls elf-init dso_handle aux = errno elide-routines.os = libc-tls static-only-routines = elf-init |