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-02-01 10:32:17 +0300
committerMike Frysinger <vapier@gentoo.org>2022-02-10 08:28:05 +0300
commite114cbc6e1765a5a0b53921fe09948a2b4031dee (patch)
treedfcc1809a7d84196ac61bafe2cbbe2e1a1ac79b6 /newlib/Makefile.in
parent5b9c4cf23ef3724d914e29b1899a941b076b96da (diff)
newlib: libm: move configure into top-level
This kills off the last configure script under libm/ and folds it into the top newlib configure script. The vast majority of logic was already in the top configure script, so move the little that is left into a libm/acinclude.m4 file.
Diffstat (limited to 'newlib/Makefile.in')
-rw-r--r--newlib/Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/newlib/Makefile.in b/newlib/Makefile.in
index 375a225b3..f65dd14e6 100644
--- a/newlib/Makefile.in
+++ b/newlib/Makefile.in
@@ -147,7 +147,9 @@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/../config/lead-dot.m4 \
$(top_srcdir)/../config/multi.m4 \
$(top_srcdir)/../config/override.m4 $(top_srcdir)/iconv.m4 \
- $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
+ $(top_srcdir)/acinclude.m4 $(top_srcdir)/libm/acinclude.m4 \
+ $(top_srcdir)/libm/machine/nds32/acinclude.m4 \
+ $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
@@ -349,6 +351,8 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LDFLAGS = @LDFLAGS@
+LIBM_MACHINE_DIR = @LIBM_MACHINE_DIR@
+LIBM_MACHINE_LIB = @LIBM_MACHINE_LIB@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LTLIBOBJS = @LTLIBOBJS@