newlib-cygwin/newlib/libc/machine/arc
Mike Frysinger 6746e06043 newlib: avoid duplicate awk checks
Since AM_INIT_AUTOMAKE calls AC_PROG_AWK, and some configure.ac
scripts call it too, we end up testing for awk multiple times.  If
we change NEWLIB_CONFIGURE to require the macro instead, then it
makes sure it's always expanded, but only once.

While we're here, do the same thing with AC_PROG_INSTALL since it
is also called by AM_INIT_AUTOMAKE, although it doesn't currently
result in duplicate configure checks.
2022-01-18 19:25:18 -05:00
..
Makefile.am newlib: delete (most) redundant lib_a_CCASFLAGS=$(AM_CCASFLAGS) 2022-01-18 19:12:02 -05:00
Makefile.in newlib: delete (most) redundant lib_a_CCASFLAGS=$(AM_CCASFLAGS) 2022-01-18 19:12:02 -05:00
aclocal.m4 newlib: update to automake-1.15 2022-01-14 19:10:38 -05:00
asm.h
configure newlib: avoid duplicate awk checks 2022-01-18 19:25:18 -05:00
configure.ac require autoconf-2.69 exactly 2022-01-14 15:24:33 -05:00
memcmp-bs-norm.S
memcmp-stub.c
memcmp.S
memcpy-archs.S arc: Use unaligned loads/stores for memcopy. 2016-08-11 10:59:53 +02:00
memcpy-bs.S
memcpy-stub.c
memcpy.S
memset-archs.S arc: Use prefetch instead of prealloc. 2016-08-11 10:59:53 +02:00
memset-bs.S
memset-stub.c
memset.S
setjmp.S
strchr-bs-norm.S
strchr-bs.S
strchr-stub.c
strchr.S
strcmp-archs.S
strcmp-stub.c
strcmp.S arc: Fix strcmp for big endian without barrel shifter 2016-08-11 10:59:54 +02:00
strcpy-bs-arc600.S
strcpy-bs.S
strcpy-stub.c
strcpy.S
strlen-bs-norm.S
strlen-bs.S
strlen-stub.c
strlen.S
strncpy-bs.S
strncpy-stub.c
strncpy.S