newlib-cygwin/libgloss/iq2000
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 2004-06-27 Hideki Iwamoto <h-iwamoto@kit.hi-ho.ne.jp> 2004-06-28 22:42:21 +00:00
_exit.c iq2000 port. 2003-06-06 16:07:57 +00:00
access.c 2012-03-09 Jeff Johnston <jjohnstn@redhat.com> 2012-03-09 20:28:57 +00:00
aclocal.m4 require autoconf-2.69 exactly 2022-01-14 15:24:33 -05:00
chmod.c iq2000 port. 2003-06-06 16:07:57 +00:00
chown.c iq2000 port. 2003-06-06 16:07:57 +00:00
close.c iq2000 port. 2003-06-06 16:07:57 +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
creat.c iq2000 port. 2003-06-06 16:07:57 +00:00
crt0.S * libc/sys/sysnecv850/crt0.S (___dso_handle): Define (weak). 2008-05-21 07:44:32 +00:00
crt1.c iq2000 port. 2003-06-06 16:07:57 +00:00
execv.c iq2000 port. 2003-06-06 16:07:57 +00:00
execve.c iq2000 port. 2003-06-06 16:07:57 +00:00
fork.c iq2000 port. 2003-06-06 16:07:57 +00:00
fstat.c iq2000 port. 2003-06-06 16:07:57 +00:00
getpid.c iq2000 port. 2003-06-06 16:07:57 +00:00
gettime.c iq2000 port. 2003-06-06 16:07:57 +00:00
isatty.c 2008-01-03 Jeff Johnston <jjohnstn@redhat.com> 2008-01-03 22:38:31 +00:00
kill.c iq2000 port. 2003-06-06 16:07:57 +00:00
lseek.c iq2000 port. 2003-06-06 16:07:57 +00:00
open.c iq2000 port. 2003-06-06 16:07:57 +00:00
pipe.c iq2000 port. 2003-06-06 16:07:57 +00:00
read.c iq2000 port. 2003-06-06 16:07:57 +00:00
sbrk.c iq2000 port. 2003-06-06 16:07:57 +00:00
sim.ld * iq2000/sim.ld (.gcc_except_table): Include .gcc_except_table.foo 2011-08-19 14:57:50 +00:00
stat.c iq2000 port. 2003-06-06 16:07:57 +00:00
test.c iq2000 port. 2003-06-06 16:07:57 +00:00
time.c iq2000 port. 2003-06-06 16:07:57 +00:00
times.c iq2000 port. 2003-06-06 16:07:57 +00:00
trap.c iq2000 port. 2003-06-06 16:07:57 +00:00
trap.h iq2000 port. 2003-06-06 16:07:57 +00:00
unlink.c iq2000 port. 2003-06-06 16:07:57 +00:00
utime.c iq2000 port. 2003-06-06 16:07:57 +00:00
wait.c iq2000 port. 2003-06-06 16:07:57 +00:00
write.c iq2000 port. 2003-06-06 16:07:57 +00:00