aboutsummaryrefslogtreecommitdiff
path: root/newlib/libm/math
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-01-22 19:54:54 -0500
committerMike Frysinger <vapier@gentoo.org>2022-01-26 03:11:20 -0500
commit6ac043b19204399b28f17ecadaef9301223668fc (patch)
tree163e2182278a6e8330a87ae4cc4168c292a7e4a2 /newlib/libm/math
parent6d8c4e4ba13861cac3ba5749c2aabcbb7996ee49 (diff)
downloadnewlib-6ac043b19204399b28f17ecadaef9301223668fc.zip
newlib-6ac043b19204399b28f17ecadaef9301223668fc.tar.gz
newlib-6ac043b19204399b28f17ecadaef9301223668fc.tar.bz2
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/math')
-rw-r--r--newlib/libm/math/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libm/math/Makefile.in b/newlib/libm/math/Makefile.in
index 05a809a..4433c74 100644
--- a/newlib/libm/math/Makefile.in
+++ b/newlib/libm/math/Makefile.in
@@ -321,6 +321,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@