acadia-newlib/libgloss/mep
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 2015-01-05 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> 2015-01-05 17:36:34 +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
crtn.S
default.ld * mep/gmap_default.ld: Add linkonce sections for .vtext. 2009-07-29 00:57:57 +00:00
fmax.ld * mep/gmap_default.ld: Add linkonce sections for .vtext. 2009-07-29 00:57:57 +00:00
gcov-io.h
gmap_default.ld * mep/gmap_default.ld: Add linkonce sections for .vtext. 2009-07-29 00:57:57 +00:00
h_reset.c
handlers.c
isatty.c
mep-bb.c
mep-gmon.c
min.ld
read.c
sbrk.c
sdram-crt0.S
sim-crt0.S * mep/sim-crt0.S (_start): Fix typo. 2009-04-22 18:57:37 +00:00
sim-crtn.S * mep/Makefile.in (SCRIPTS): Update to new config. 2009-04-21 18:13:32 +00:00
simnovec-crt0.S
simple.ld * mep/gmap_default.ld: Add linkonce sections for .vtext. 2009-07-29 00:57:57 +00:00
simsdram-crt0.S
syscalls.S * mep/syscalls.S (sysret): Maintain 16-byte stack alignment. 2009-07-14 20:15:32 +00:00
write.c