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. |
||
|---|---|---|
| .. | ||
| sys | ||
| Makefile.am | ||
| Makefile.in | ||
| _exit.S | ||
| _longjmp.S | ||
| _setjmp.S | ||
| access.S | ||
| alarm.S | ||
| brk.S | ||
| cerror.S | ||
| chdir.S | ||
| chmod.S | ||
| close.S | ||
| closedir.c | ||
| crt0.c | ||
| dup.c | ||
| dup2.c | ||
| exec.c | ||
| execve.S | ||
| fcntl.S | ||
| fork.S | ||
| fpathconf.S | ||
| fps.S | ||
| fpx.c | ||
| fstat.S | ||
| getdents.S | ||
| getegid.S | ||
| geteuid.S | ||
| getgid.S | ||
| getgroups.S | ||
| getpid.S | ||
| getuid.S | ||
| ioctl.S | ||
| isatty.c | ||
| kill.S | ||
| link.S | ||
| lseek.S | ||
| mkdir.S | ||
| open.S | ||
| opendir.c | ||
| pathconf.S | ||
| pause.S | ||
| pipe.S | ||
| read.S | ||
| readdir.c | ||
| rename.S | ||
| rewinddir.c | ||
| rmdir.S | ||
| sbrk.c | ||
| scandir.c | ||
| seekdir.c | ||
| setgid.S | ||
| setuid.S | ||
| sigaction.S | ||
| signal.S | ||
| sigprocmask.S | ||
| sleep.c | ||
| speed.c | ||
| stat.S | ||
| sysconf.S | ||
| tcgetattr.c | ||
| tcline.c | ||
| tcsetattr.c | ||
| telldir.c | ||
| time.S | ||
| times.S | ||
| unlink.S | ||
| utime.S | ||
| wait.S | ||
| waitpid.S | ||
| write.S | ||