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/configure.ac
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/configure.ac')
-rw-r--r--newlib/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/configure.ac b/newlib/configure.ac
index 95a6c50dc..b97d7a600 100644
--- a/newlib/configure.ac
+++ b/newlib/configure.ac
@@ -314,7 +314,7 @@ fi
AC_SUBST(CC_FOR_NEWLIB)
AC_CONFIG_SUBDIRS(libc)
-AC_CONFIG_SUBDIRS(libm)
+m4_include([libm/acinclude.m4])
if test -z "${with_multisubdir}"; then
have_multisubdir=no