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/libc/sys/configure | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) (limited to 'newlib/libc/sys/configure') diff --git a/newlib/libc/sys/configure b/newlib/libc/sys/configure index 146a61b..a842e04 100755 --- a/newlib/libc/sys/configure +++ b/newlib/libc/sys/configure @@ -782,7 +782,6 @@ SHELL' ac_subst_files='' ac_user_opts=' enable_option_checking -enable_multilib enable_target_optspace enable_malloc_debugging enable_newlib_multithread @@ -1457,7 +1456,6 @@ Optional Features: --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] - --enable-multilib build many library versions (default) --enable-target-optspace optimize for space --enable-malloc-debugging indicate malloc debugging requested --enable-newlib-multithread enable support for multiple threads @@ -2827,17 +2825,6 @@ fi -# Check whether --enable-multilib was given. -if test "${enable_multilib+set}" = set; then : - enableval=$enable_multilib; case "${enableval}" in - yes) multilib=yes ;; - no) multilib=no ;; - *) as_fn_error $? "bad value ${enableval} for multilib option" "$LINENO" 5 ;; - esac -else - multilib=yes -fi - # Check whether --enable-target-optspace was given. if test "${enable_target_optspace+set}" = set; then : enableval=$enable_target_optspace; case "${enableval}" in @@ -11619,7 +11606,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11622 "configure" +#line 11609 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11725,7 +11712,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11728 "configure" +#line 11715 "configure" #include "confdefs.h" #if HAVE_DLFCN_H -- cgit v1.1