acadia-newlib/libgloss/cris
Mike Frysinger 873da400e0 libgloss: regenerate aclocal.m4 & configure w/newer versions
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
2021-11-06 14:14:50 -04:00
..
Makefile.in
aclocal.m4 libgloss: regenerate aclocal.m4 & configure w/newer versions 2021-11-06 14:14:50 -04:00
configure libgloss: regenerate aclocal.m4 & configure w/newer versions 2021-11-06 14:14:50 -04:00
configure.ac libgloss: regenerate aclocal.m4 & configure w/newer versions 2021-11-06 14:14:50 -04:00
crt0.S Committed, libgloss: hook up cris-elf to the initfini-array support. 2017-01-29 21:23:32 +01:00
crti.c
crtn.c
gensyscalls Revert previous change to sys/stat.h and fix cris libgloss 2019-08-19 18:01:45 -04:00
irqtable.S
lcrt0.c Committed, libgloss: hook up cris-elf to the initfini-array support. 2017-01-29 21:23:32 +01:00
linunistd.h Committed, CRIS port: fix fallout from time_t defaulting to 64 bits, part 1 2018-09-13 17:57:11 +02:00
outbyte.c
setup.S