diff options
Diffstat (limited to 'LibC/Makefile')
-rw-r--r-- | LibC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LibC/Makefile b/LibC/Makefile index 801437e4b5..d2ff62ae1a 100644 --- a/LibC/Makefile +++ b/LibC/Makefile @@ -45,7 +45,7 @@ LIBC_OBJS = \ sys/socket.o \ poll.o \ locale.o \ - entry.o + crt0.o ASM_OBJS = setjmp.no |