diff options
author | Joakim Tjernlund <joakim.tjernlund@transmode.se> | 2004-10-14 07:44:43 +0000 |
---|---|---|
committer | Joakim Tjernlund <joakim.tjernlund@transmode.se> | 2004-10-14 07:44:43 +0000 |
commit | c5618361f77f68f0e70bd7f87e040faacef2c5fe (patch) | |
tree | 94db838950af7bb65b1306223a4b447a303b832d /libc | |
parent | 23f341e5b7285a7185f6be0ca8dac62df13b89ae (diff) |
Remove unused stuff. From Peter Mazinger.
Diffstat (limited to 'libc')
-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 |