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-21 06:52:38 +0300
committerMike Frysinger <vapier@gentoo.org>2022-01-22 01:10:10 +0300
commit4317e0676a074a01be49ca8a51a4e1ab41ac4823 (patch)
treede97d6281b9f4d4ecc6d8dc147983ae5b15e4318 /newlib/configure.ac
parent17c2b857dc42cfe5e46d110250279f78807a3e5f (diff)
newlib: stop checking --enable-multilib in subdirs
None of the subdirs actually use the multilib arg, so include the logic only in the top-level configure.
Diffstat (limited to 'newlib/configure.ac')
-rw-r--r--newlib/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/configure.ac b/newlib/configure.ac
index b5ee6ff4f..8878e08e6 100644
--- a/newlib/configure.ac
+++ b/newlib/configure.ac
@@ -285,6 +285,7 @@ AC_ARG_ENABLE(newlib-use-gdtoa,
esac
fi], [newlib_use_gdtoa=yes])dnl
+AM_ENABLE_MULTILIB(, ..)
NEWLIB_CONFIGURE(.)
dnl We have to enable libtool after NEWLIB_CONFIGURE because if we try and