acadia-newlib/libgloss/rx
Mike Frysinger 754f8def0d libgloss: merge stub arch configure scripts up a level
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.
2022-01-26 04:32:54 -05:00
..
Makefile.in libgloss: merge stub arch configure scripts up a level 2022-01-26 04:32:54 -05:00
abort.S
argv.S
argvlen.S
chdir.S
chmod.S
close.S
crt0.S For the RX port, avoid using string instructions when __RX_DISALLOW_STRING_INSNS__ is defined. 2015-04-23 21:57:13 +02:00
crtn.S
exit.S
fstat.S
gcrt0.S
getpid.S
gettimeofday.S
heaptop.S
isatty.S
kill.S
link.S
lseek.S
mcount.c
open.S
read.S
rx-sim.ld Add a check that the data area does not overrun the stack. 2015-05-27 13:30:19 +02:00
rx.ld Add a check that the data area does not overrun the stack. 2015-05-27 13:30:19 +02:00
rxsys.h
sbrk.c
sigprocmask.S
sleep.S
stat.S
time.S
times.S
unlink.S
utime.S
write.S