newlib-cygwin/newlib/libc/sys/phoenix
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
..
bits
include libc/time: Move internal newlib tz-structs into own header 2020-10-15 16:59:51 +02:00
machine newlib: delete (most) redundant lib_a_CCASFLAGS=$(AM_CCASFLAGS) 2022-01-18 19:12:02 -05:00
net Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00
sys Move common <sys/dirent.h> content to <dirent.h> 2018-10-11 08:29:16 +02: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
aclocal.m4 newlib: update to automake-1.15 2022-01-14 19:10:38 -05:00
alarm.c
chmod.c
chown.c
clocks.c
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
dup.c
endmntent.c
exec.c
fcntl.c
fork.c Phoenix-RTOS: Implement daemon() function. 2016-06-27 13:23:35 +02:00
fs.c
getentropy.c Add dummy implementation of getentropy(), if_nametoindex() and if_indextoname() functions. 2016-06-27 13:23:35 +02:00
getmntent.c Phoenix-RTOS: Add checking EOF in getmntent(). 2016-06-27 13:23:34 +02:00
getpagesize.c
groups.c Phoenix-RTOS: Fix warning with pointer treated as integer. 2016-06-27 13:23:34 +02:00
ids.c
io.c
ioctl.c
mmap.c
mount.c
nanosleep.c
phoenix.c
pid.c
pipe.c
poll.c
realpath.c
reboot.c
regenerate.sh
resource.c
sbrk.c
sched.c
select.c
semaphore.c
setmntent.c
shm.c
signal.c
socket.c Phoenix-RTOS: Adjust network-related headers to new kernel API. 2016-06-27 13:23:35 +02:00
sockopt.c Phoenix-RTOS: Adjust network-related headers to new kernel API. 2016-06-27 13:23:35 +02:00
stat.c
statfs.c
symlink.c
sync.c Phoenix-RTOS: Add dummy implementation of fdatasync() syscall. 2016-06-27 13:23:35 +02:00
syscall.h
sysconf.c
syslog.c
time.c
truncate.c
tty.c
uname.c
utime.c
wait.c