Regenerate the files using automake-1.15 & autoconf-2.69 to match the binutils/gdb/gcc projects. Ran: libgloss $ find -name configure.ac -printf '%h\n' | while read d; do (cd $d; export WANT_AUTOCONF=2.69 WANT_AUTOMAKE=1.15; aclocal-1.15 -I.. && autoconf-2.69); done |
||
|---|---|---|
| .. | ||
| Makefile.in | ||
| _exit.S | ||
| _exit.c | ||
| _isatty.c | ||
| access.c | ||
| aclocal.m4 | ||
| close.c | ||
| config.h.in | ||
| configure | ||
| configure.ac | ||
| crt0.S | ||
| environ.c | ||
| epiphany-config.h | ||
| epiphany-ivthandlers.S | ||
| epiphany-syscalls.c | ||
| epiphany-syscalls.h | ||
| execve.c | ||
| fork.c | ||
| fstat.c | ||
| getpid.c | ||
| gettimeofday.c | ||
| kill.c | ||
| link.c | ||
| lseek.c | ||
| open.c | ||
| read.c | ||
| sbrk.c | ||
| stat.c | ||
| times.c | ||
| unlink.c | ||
| wait.c | ||
| write.c | ||