The crt0.o was handled in a subdir-by-subdir basis: it would be compiled in one (e.g. libc/sys/$arch/), then copied up one level (libc/sys/), then copied up another (libc/) before finally being copied & installed in the top newlib dir. The libc/sys/ copy was cleaned up, and then the top dir was changed to copy it directly out of the libc/sys/$arch/ dir. But the libc/sys/ copy to libc/ was left behind. Clean that up now too. |
||
|---|---|---|
| .. | ||
| bits | ||
| include | ||
| machine/arm | ||
| net | ||
| sys | ||
| Makefile.am | ||
| Makefile.in | ||
| acinclude.m4 | ||
| alarm.c | ||
| chmod.c | ||
| chown.c | ||
| clocks.c | ||
| dup.c | ||
| endmntent.c | ||
| exec.c | ||
| fcntl.c | ||
| fork.c | ||
| fs.c | ||
| getentropy.c | ||
| getmntent.c | ||
| getpagesize.c | ||
| groups.c | ||
| ids.c | ||
| io.c | ||
| ioctl.c | ||
| mmap.c | ||
| mount.c | ||
| nanosleep.c | ||
| phoenix.c | ||
| pid.c | ||
| pipe.c | ||
| poll.c | ||
| realpath.c | ||
| reboot.c | ||
| resource.c | ||
| sbrk.c | ||
| sched.c | ||
| select.c | ||
| semaphore.c | ||
| setmntent.c | ||
| shm.c | ||
| signal.c | ||
| socket.c | ||
| sockopt.c | ||
| stat.c | ||
| statfs.c | ||
| symlink.c | ||
| sync.c | ||
| syscall.h | ||
| sysconf.c | ||
| syslog.c | ||
| time.c | ||
| truncate.c | ||
| tty.c | ||
| uname.c | ||
| utime.c | ||
| wait.c | ||