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-01-23 07:10:46 +0300
committerMike Frysinger <vapier@gentoo.org>2022-01-26 11:11:20 +0300
commitfbfeebc221556d70ab473b153a44c92260c3caf0 (patch)
tree4da3c751d18a9296f4a8b9c041852b0d1467b0ce /newlib/libc/unix
parentdb2ef77287fcc19dfa1fe6c3d3068794ff99bd01 (diff)
newlib: libc: merge sys/ trampoline up a level
The sys/{configure,Makefile} files exist to fan out to the specific sys/$arch/ subdir, and to possibly generate a crt0. We already have all that same info in the libc/ dir itself, so by moving the recursive configure and make calls into it, we can cut off some of this logic entirely and save the overhead. For arches that don't have a sys subdir, it means they can skip the logic entirely. The sys subdir itself is kept for the crt0 logic, for now. We'll try and clean that up next.
Diffstat (limited to 'newlib/libc/unix')
-rw-r--r--newlib/libc/unix/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/unix/Makefile.in b/newlib/libc/unix/Makefile.in
index 84f158735..fa5406dc5 100644
--- a/newlib/libc/unix/Makefile.in
+++ b/newlib/libc/unix/Makefile.in
@@ -293,6 +293,7 @@ SED = @SED@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
+SYS_DIR = @SYS_DIR@
VERSION = @VERSION@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@