newlib-cygwin/newlib/libc
Mike Frysinger 71086e8b2d newlib: delete (most) redundant lib_a_CCASFLAGS=$(AM_CCASFLAGS)
Since automake already sets per-library CCASFLAGS to $(AM_CCASFLAGS)
by default, there's no need to explicitly set it here.

Many of these dirs don't have .S files in the first place, so the rule
doesn't even do anything.  That can easily be seen when Makefile.in has
no changes as a result.

For the dirs with .S files, the custom rules are the same as the pattern
.S.o rules, so this is a nice cleanup.

The only dir that was adding extra flags (newlib/libc/machine/mn10300/)
to the per-library setting can have it moved to the global AM_CCASFLAGS
since the subdir only has one target.  Although the setting just adds
extra debugging flags, so maybe it should be deleted in general.

There are a few dirs that we leave the redundant setting in place.  This
is to workaround an automake limitation in subdirs that support building
with & w/out libtool:
https://www.gnu.org/software/automake/manual/html_node/Objects-created-both-with-libtool-and-without.html
2022-01-18 19:12:02 -05:00
..
argz newlib: update to automake-1.15 2022-01-14 19:10:38 -05:00
ctype newlib: update to automake-1.15 2022-01-14 19:10:38 -05:00
errno newlib: update to automake-1.15 2022-01-14 19:10:38 -05:00
iconv newlib: update to automake-1.15 2022-01-14 19:10:38 -05:00
include ldtoa: Import gdtoa from OpenBSD. 2021-12-03 19:20:17 +09:00
locale newlib: update to automake-1.15 2022-01-14 19:10:38 -05:00
machine newlib: delete (most) redundant lib_a_CCASFLAGS=$(AM_CCASFLAGS) 2022-01-18 19:12:02 -05:00
misc newlib: update to automake-1.15 2022-01-14 19:10:38 -05:00
posix newlib: update to automake-1.15 2022-01-14 19:10:38 -05:00
reent newlib: update to automake-1.15 2022-01-14 19:10:38 -05:00
search newlib: update to automake-1.15 2022-01-14 19:10:38 -05:00
signal newlib: update to automake-1.15 2022-01-14 19:10:38 -05:00
ssp newlib: update to automake-1.15 2022-01-14 19:10:38 -05:00
stdio newlib: update to automake-1.15 2022-01-14 19:10:38 -05:00
stdio64 newlib: update to automake-1.15 2022-01-14 19:10:38 -05:00
stdlib newlib: update to automake-1.15 2022-01-14 19:10:38 -05:00
string newlib: update to automake-1.15 2022-01-14 19:10:38 -05:00
sys newlib: delete (most) redundant lib_a_CCASFLAGS=$(AM_CCASFLAGS) 2022-01-18 19:12:02 -05:00
syscalls newlib: update to automake-1.15 2022-01-14 19:10:38 -05:00
time newlib: update to automake-1.15 2022-01-14 19:10:38 -05:00
unix newlib: update to automake-1.15 2022-01-14 19:10:38 -05:00
xdr newlib: update to automake-1.15 2022-01-14 19:10:38 -05:00
Makefile.am require autoconf-2.69 exactly 2022-01-14 15:24:33 -05:00
Makefile.in newlib: update to automake-1.15 2022-01-14 19:10:38 -05:00
Makefile.unidata cleanup Unicode data files after generating updated tables 2021-11-16 11:24:29 +01:00
aclocal.m4 newlib: update to automake-1.15 2022-01-14 19:10:38 -05:00
configure newlib: update to automake-1.15 2022-01-14 19:10:38 -05:00
configure.ac require autoconf-2.69 exactly 2022-01-14 15:24:33 -05:00
libc.in.xml newlib: use .texi with libc & libm manuals 2022-01-07 15:54:10 -05:00
libc.texi newlib: use .texi with libc & libm manuals 2022-01-07 15:54:10 -05:00
saber Remove matherr, and SVID and X/Open math library configurations 2019-01-23 10:46:24 +01:00
sys.tex Don't include stdio64 functions in reentrant syscalls menu when not bulding stdio64. 2015-08-03 09:54:33 +01:00