diff options
-rw-r--r-- | libc/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libc/Makefile b/libc/Makefile index 4233f200d..c638e8daf 100644 --- a/libc/Makefile +++ b/libc/Makefile @@ -30,12 +30,6 @@ TOPDIR=../ include $(TOPDIR)Rules.mak -ifeq ($(strip $(UCLIBC_CTOR_DTOR)),y) -CRTOBJS=../../lib/crti.o ../../lib/crt0.o ../../lib/crtn.o -else -CRTOBJS=../../lib/crt0.o -endif - DIRS = misc pwd_grp stdio string termios inet signal stdlib sysdeps unistd # Check if the target architecture has a version script for |