From e114cbc6e1765a5a0b53921fe09948a2b4031dee Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 1 Feb 2022 02:32:17 -0500 Subject: 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. --- newlib/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/configure.ac') 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 -- cgit v1.2.3