newlib-cygwin/libgloss/rl78
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 * rl78/crt0.S: Initialize .saddr. Avoid using SEL. 2015-01-16 22:21:34 +00:00
abort.S [libgloss] 2011-11-29 06:33:49 +00:00
aclocal.m4 require autoconf-2.69 exactly 2022-01-14 15:24:33 -05:00
argv.S [libgloss] 2011-11-29 06:33:49 +00:00
argvlen.S [libgloss] 2011-11-29 06:33:49 +00:00
chdir.S [libgloss] 2011-11-29 06:33:49 +00:00
chmod.S [libgloss] 2011-11-29 06:33:49 +00:00
close.S [libgloss] 2011-11-29 06:33:49 +00: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 * rl78/crt0.S (_start): Fixed code that clears .bss 2015-10-20 21:37:06 -04:00
crtn.S [libgloss] 2011-11-29 06:33:49 +00:00
exit.S [libgloss] 2011-11-29 06:33:49 +00:00
fstat.S [libgloss] 2011-11-29 06:33:49 +00:00
gcrt0.S [libgloss] 2011-11-29 06:33:49 +00:00
getpid.S [libgloss] 2011-11-29 06:33:49 +00:00
gettimeofday.S [libgloss] 2011-11-29 06:33:49 +00:00
isatty.S [libgloss] 2011-11-29 06:33:49 +00:00
kill.S [libgloss] 2011-11-29 06:33:49 +00:00
link.S [libgloss] 2011-11-29 06:33:49 +00:00
lseek.S [libgloss] 2011-11-29 06:33:49 +00:00
mcount.c [libgloss] 2011-11-29 06:33:49 +00:00
open.S [libgloss] 2011-11-29 06:33:49 +00:00
read.S [libgloss] 2011-11-29 06:33:49 +00:00
rl78-sim.ld This is part of a larger fix for RL78 complex relocs - they need an absolute symbol at address 0 that is not part of the *ABS* section. 2015-08-04 13:38:27 +01:00
rl78-sys.h * rl78/crt0.S: Initialize .saddr. Avoid using SEL. 2015-01-16 22:21:34 +00:00
rl78.ld This is part of a larger fix for RL78 complex relocs - they need an absolute symbol at address 0 that is not part of the *ABS* section. 2015-08-04 13:38:27 +01:00
sbrk.c [libgloss] 2011-11-29 06:33:49 +00:00
stat.S [libgloss] 2011-11-29 06:33:49 +00:00
swrite.S * rl78/crt0.S: Initialize .saddr. Avoid using SEL. 2015-01-20 18:43:36 +00:00
time.S [libgloss] 2011-11-29 06:33:49 +00:00
times.S [libgloss] 2011-11-29 06:33:49 +00:00
unlink.S [libgloss] 2011-11-29 06:33:49 +00:00
utime.S [libgloss] 2011-11-29 06:33:49 +00:00
vregs.h * rl78/crt0.S: Initialize .saddr. Avoid using SEL. 2015-01-20 18:43:36 +00:00
write.c rl78: Don't output CR when LF is encountered in write(). 2015-12-16 13:38:38 -07:00