diff options
Diffstat (limited to 'csu')
-rw-r--r-- | csu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/csu/Makefile b/csu/Makefile index c0a06e3867..a71649ed6e 100644 --- a/csu/Makefile +++ b/csu/Makefile @@ -28,6 +28,7 @@ subdir := csu routines = init-first libc-start $(libc-init) sysdep version check_fds \ libc-tls +aux = errno elide-routines.os = libc-tls csu-dummies = $(filter-out $(start-installed-name),crt1.o Mcrt1.o) extra-objs = start.o gmon-start.o \ |