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 03:54:54 +0300
committerMike Frysinger <vapier@gentoo.org>2022-01-26 11:11:20 +0300
commit6ac043b19204399b28f17ecadaef9301223668fc (patch)
tree163e2182278a6e8330a87ae4cc4168c292a7e4a2 /newlib/libm/fenv
parent6d8c4e4ba13861cac3ba5749c2aabcbb7996ee49 (diff)
newlib: libm: 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 libm/ 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.
Diffstat (limited to 'newlib/libm/fenv')
-rw-r--r--newlib/libm/fenv/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libm/fenv/Makefile.in b/newlib/libm/fenv/Makefile.in
index 28495cd9f..81bb31722 100644
--- a/newlib/libm/fenv/Makefile.in
+++ b/newlib/libm/fenv/Makefile.in
@@ -236,6 +236,7 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LD = @LD@
LDFLAGS = @LDFLAGS@
+LIBM_MACHINE_DIR = @LIBM_MACHINE_DIR@
LIBM_MACHINE_LIB = @LIBM_MACHINE_LIB@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@