newlib-cygwin/newlib/libc/machine/xscale
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
..
machine headers: properly decorate attributes 2014-08-01 15:44:51 +00:00
Makefile.am require autoconf-2.69 exactly 2022-01-14 15:24:33 -05:00
Makefile.in require autoconf-2.69 exactly 2022-01-14 15:24:33 -05: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
memchr.c 2002-04-19 Bill Siegmund 2002-04-20 00:29:51 +00:00
memcmp.c * libc/machine/xscale/memcmp.c (memcmp): Strip trailing whitespace 2003-09-05 00:45:54 +00:00
memcpy.c Use __inhibit_loop_to_libcall in all memset/memcpy implementations 2018-08-29 16:05:37 +02:00
memmove.c 2002-04-19 Bill Siegmund 2002-04-20 00:29:51 +00:00
memset.c Use __inhibit_loop_to_libcall in all memset/memcpy implementations 2018-08-29 16:05:37 +02:00
setjmp.S * libc/machine/xscale/setjmp.S: New file, copied from 2004-09-21 18:41:02 +00:00
strchr.c 2002-04-19 Bill Siegmund 2002-04-20 00:29:51 +00:00
strcmp.c 2002-04-19 Bill Siegmund 2002-04-20 00:29:51 +00:00
strcpy.c 2002-04-19 Bill Siegmund 2002-04-20 00:29:51 +00:00
strlen.c ansification: remove _CONST 2018-01-17 11:47:08 -06:00
xscale.h