For about half the ports, we don't need a subdir configure script. They're using the config/default.m[ht] rules, and they aren't doing any unique configure tests, so they exist just to pass top-level settings down to create the arch Makefile. We can just as easily do that from the top-level Mkaefile directly and skip configure. Most of the remaining configure scripts could be migrated up to the top-level too, but that would require care in each subdir. So let's be lazy and put that off to another day. |
||
---|---|---|
.. | ||
Makefile.in | ||
crt0.S | ||
crtn.S | ||
default.ld | ||
fmax.ld | ||
gcov-io.h | ||
gmap_default.ld | ||
h_reset.c | ||
handlers.c | ||
isatty.c | ||
mep-bb.c | ||
mep-gmon.c | ||
min.ld | ||
read.c | ||
sbrk.c | ||
sdram-crt0.S | ||
sim-crt0.S | ||
sim-crtn.S | ||
simnovec-crt0.S | ||
simple.ld | ||
simsdram-crt0.S | ||
syscalls.S | ||
write.c |