newlib-cygwin/libgloss/cris
Mike Frysinger a100e80fc9 require autoconf-2.69 exactly
The newlib & libgloss dirs are already generated using autoconf-2.69.
To avoid merging new code and/or accidental regeneration using diff
versions, leverage config/override.m4 to pin to 2.69 exactly.  This
matches what gcc/binutils/gdb are already doing.

The README file already says to use autoconf-2.69.

To accomplish this, it's just as simple as adding -I flags to the
top-level config/ dir when running aclocal.  This is because the
override.m4 file overrides AC_INIT to first require the specific
autoconf version before calling the real AC_INIT.
2022-01-14 15:24:33 -05:00
..
Makefile.in libgloss: cris: respect DESTDIR when installing 2012-03-24 03:38:28 +00:00
aclocal.m4 require autoconf-2.69 exactly 2022-01-14 15:24:33 -05:00
configure require autoconf-2.69 exactly 2022-01-14 15:24:33 -05:00
configure.ac require autoconf-2.69 exactly 2022-01-14 15:24:33 -05: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 * cris/crt0.S: Use jump, not ba, to skip the interrupt table. Use 2007-02-21 14:08:26 +00:00
gensyscalls Revert previous change to sys/stat.h and fix cris libgloss 2019-08-19 18:01:45 -04:00
irqtable.S * cris/crt0.S: Use jump, not ba, to skip the interrupt table. Use 2007-02-21 14:08:26 +00:00
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 * cris/crt0.S: Use jump, not ba, to skip the interrupt table. Use 2007-02-21 14:08:26 +00:00