acadia-newlib/libgloss/msp430
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
cio.S
cio.h
ciosyscalls.S
crt0.S MSP430: Remove .init/.fini sections 2019-07-24 16:22:00 -04:00
crt_bss.S
gcrt0.S
intr_vectors.ld
memmodel.h
msp430-sim.ld MSP430: Increase the amount of main memory available in sim ld scripts 2020-08-07 15:16:43 +02:00
msp430xl-sim.ld MSP430: Increase the amount of main memory available in sim ld scripts 2020-08-07 15:16:43 +02:00
sbrk.c MSP430: Fix calculation of string length in sbrk.c 2020-09-04 15:05:17 +02:00
syscalls.S
unlink.c
write.c