From db2ef77287fcc19dfa1fe6c3d3068794ff99bd01 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 22 Jan 2022 23:00:39 -0500 Subject: 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. --- newlib/libc/ssp/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'newlib/libc/ssp') diff --git a/newlib/libc/ssp/Makefile.in b/newlib/libc/ssp/Makefile.in index 66a9df82f..9c4b86493 100644 --- a/newlib/libc/ssp/Makefile.in +++ b/newlib/libc/ssp/Makefile.in @@ -251,6 +251,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@ -- cgit v1.2.3