newlib-cygwin/newlib/libc/sys/arm
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
..
sys [arm] remove libc/sys/arm/sys/param.h 2019-07-26 16:13:30 +01: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
access.c Move ARM access.c from machine to sys 2017-05-25 12:34:53 -04:00
aclocal.m4 newlib: update to automake-1.15 2022-01-14 19:10:38 -05:00
aeabi_atexit.c add forward declaration to __cxa_atexit to aeabi_atexit, to prevent warnings 2018-02-16 12:16:07 +01:00
arm.h Align libgloss/arm and libc/sys/arm sources: miscellaneous fixes 2019-08-05 13:00:53 +01: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
crt0.S Align libgloss/arm and libc/sys/arm sources: Lite exit support 2019-08-05 13:00:53 +01:00
libcfunc.c * libc/sys/arm/syscalls.c (do_AngelSWI): Delete. 2013-07-19 09:57:51 +00:00
swi.h Make macro checks ARMv8-M baseline proof 2016-01-28 11:26:37 +01:00
syscalls.c Align libgloss/arm and libc/sys/arm sources: miscellaneous fixes 2019-08-05 13:00:53 +01:00
trap.S Include code in trap.S for APCS only. 2019-04-11 14:20:21 +00:00