From 4317e0676a074a01be49ca8a51a4e1ab41ac4823 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 20 Jan 2022 22:52:38 -0500 Subject: 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. --- newlib/configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'newlib/configure.ac') 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 -- cgit v1.2.3