newlib-cygwin/libgloss/arc
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 Add profile support. 2017-06-14 14:51:20 +02: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 Add JLI support. 2017-06-14 14:51:22 +02:00
gcrt0.S Add profile support. 2017-06-14 14:51:20 +02:00
libcfunc.c Add support for ARC to libgloss 2015-11-12 14:11:47 +01:00
mcount.c Add profile support. 2017-06-14 14:51:20 +02:00
nano.specs Fix libgloss/arc/nano.specs file. 2016-05-06 15:56:46 -04:00
nsim-syscall.h Add support for ARC to libgloss 2015-11-12 14:11:47 +01:00
nsim-syscalls.c Add support for ARC to libgloss 2015-11-12 14:11:47 +01:00
nsim.specs Fix libgloss arc nsim specs file. 2016-05-11 12:45:55 -04:00
sbrk.c Add support for ARC to libgloss 2015-11-12 14:11:47 +01:00