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/acinclude.m4 | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'newlib/acinclude.m4') diff --git a/newlib/acinclude.m4 b/newlib/acinclude.m4 index 9e25b8589..1a5dc60db 100644 --- a/newlib/acinclude.m4 +++ b/newlib/acinclude.m4 @@ -13,17 +13,6 @@ dnl newlib directory. AC_DEFUN([NEWLIB_CONFIGURE], [AC_REQUIRE([DEF_NEWLIB_VERSION]) -m4_if($1, [.], [AM_ENABLE_MULTILIB(, ..)], [dnl -dnl Default to --enable-multilib -AC_ARG_ENABLE(multilib, -[ --enable-multilib build many library versions (default)], -[case "${enableval}" in - yes) multilib=yes ;; - no) multilib=no ;; - *) AC_MSG_ERROR(bad value ${enableval} for multilib option) ;; - esac], [multilib=yes])dnl -])dnl - dnl Support --enable-target-optspace AC_ARG_ENABLE(target-optspace, [ --enable-target-optspace optimize for space], -- cgit v1.2.3