]> sourceware.org Git - newlib-cygwin.git/commit
newlib: arm & v850: simplify build rules
authorMike Frysinger <vapier@gentoo.org>
Tue, 1 Feb 2022 05:46:42 +0000 (00:46 -0500)
committerMike Frysinger <vapier@gentoo.org>
Fri, 4 Feb 2022 01:45:47 +0000 (20:45 -0500)
commit4574c6037853789b69b7cce9a4264448eca24f08
tree8002f780ed321fb8f71bb81da0c4606215a2a551
parent4aeba490165bc8585fb1d18037718406c0ec4d5b
newlib: arm & v850: simplify build rules

Let automake manage whether the objects are included in lib.a.  This
fixes failures after to commit 71086e8b2d70c1e71a8372f35d9901505fc72905
("newlib: delete (most) redundant lib_a_CCASFLAGS=$(AM_CCASFLAGS)") due
to automake generating different set of implicit rules, and the code in
here assuming the names of the generated objects.
newlib/libc/sys/arm/Makefile.am
newlib/libc/sys/arm/Makefile.in
newlib/libc/sys/sysnecv850/Makefile.am
newlib/libc/sys/sysnecv850/Makefile.in
This page took 0.028133 seconds and 5 git commands to generate.