Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-02-13 11:11:01 +0300
committerMike Frysinger <vapier@gentoo.org>2022-03-15 04:33:18 +0300
commit8bd017a69e3eb2ed0770cab4ca739a4bf6ef4c8a (patch)
tree9988b6c573dd04a963e53fb705195692ea08fc0c /newlib/libc/machine/d30v/Makefile.am
parent7df94e3b4ff3335d21cd3069d3f73818cd44dd74 (diff)
newlib: libc: merge build up a directorytopic/vapier-libc
Convert all the libc/ subdir makes into the top-level Makefile. This allows us to build all of libc from the top Makefile without using any recursive make calls. This is faster and avoids the funky lib.a logic where we unpack subdir archives to repack into a single libc.a. The machine override logic is maintained though by way of Makefile include ordering, and source file accumulation in libc_a_SOURCES. There's a few dummy.c files that are no longer necessary since we aren't doing the lib.a accumulating, so punt them.
Diffstat (limited to 'newlib/libc/machine/d30v/Makefile.am')
-rw-r--r--newlib/libc/machine/d30v/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/newlib/libc/machine/d30v/Makefile.am b/newlib/libc/machine/d30v/Makefile.am
deleted file mode 100644
index 01355a09c..000000000
--- a/newlib/libc/machine/d30v/Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
-## Process this file with automake to generate Makefile.in
-
-AM_CPPFLAGS = $(NEWLIB_CFLAGS) $(TARGET_CFLAGS)
-
-AM_CCASFLAGS = $(AM_CPPFLAGS)
-
-noinst_LIBRARIES = lib.a
-
-lib_a_SOURCES = setjmp.S
-lib_a_CFLAGS=$(AM_CFLAGS)