aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdio64
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-01-22 23:00:39 -0500
committerMike Frysinger <vapier@gentoo.org>2022-01-26 03:11:20 -0500
commitdb2ef77287fcc19dfa1fe6c3d3068794ff99bd01 (patch)
treeba67c8330d0e9dab43a18bd782287dcc3d8d2bad /newlib/libc/stdio64
parent233997993408d2cba4f2fd973a61e49ee7f65922 (diff)
downloadnewlib-db2ef77287fcc19dfa1fe6c3d3068794ff99bd01.zip
newlib-db2ef77287fcc19dfa1fe6c3d3068794ff99bd01.tar.gz
newlib-db2ef77287fcc19dfa1fe6c3d3068794ff99bd01.tar.bz2
newlib: libc: merge machine/ trampoline up a level
The machine/{configure,Makefile} files exist only to fan out to the specific machine/$arch/ subdir. 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 this logic entirely and save the overhead. For arches that don't have a machine subdir, it means they can skip the logic entirely. Although there's prob not too many of those.
Diffstat (limited to 'newlib/libc/stdio64')
-rw-r--r--newlib/libc/stdio64/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/stdio64/Makefile.in b/newlib/libc/stdio64/Makefile.in
index c19d6dd..73bdaf5 100644
--- a/newlib/libc/stdio64/Makefile.in
+++ b/newlib/libc/stdio64/Makefile.in
@@ -242,6 +242,7 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LD = @LD@
LDFLAGS = @LDFLAGS@
+LIBC_MACHINE_DIR = @LIBC_MACHINE_DIR@
LIBC_MACHINE_LIB = @LIBC_MACHINE_LIB@
LIBC_POSIX_DEF = @LIBC_POSIX_DEF@
LIBC_POSIX_LIB = @LIBC_POSIX_LIB@