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.
This commit is contained in:
Mike Frysinger 2022-01-20 22:52:38 -05:00
parent 17c2b857dc
commit 4317e0676a
115 changed files with 68 additions and 1534 deletions

View File

@ -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],

74
newlib/configure vendored
View File

@ -2589,6 +2589,43 @@ else
newlib_use_gdtoa=yes
fi
# Default to --enable-multilib
# 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
# We may get other options which we leave undocumented:
# --with-target-subdir, --with-multisrctop, --with-multisubdir
# See config-ml.in if you want the gory details.
if test "$srcdir" = "."; then
if test "$with_target_subdir" != "."; then
multi_basedir="$srcdir/$with_multisrctop../.."
else
multi_basedir="$srcdir/$with_multisrctop.."
fi
else
multi_basedir="$srcdir/.."
fi
# Even if the default multilib is not a cross compilation,
# it may be that some of the other multilibs are.
if test $cross_compiling = no && test $multilib = yes \
&& test "x${with_multisubdir}" != x ; then
cross_compiling=maybe
fi
ac_config_commands="$ac_config_commands default-1"
# Make sure we can run config.sub.
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
@ -3189,43 +3226,6 @@ fi
# Default to --enable-multilib
# 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
# We may get other options which we leave undocumented:
# --with-target-subdir, --with-multisrctop, --with-multisubdir
# See config-ml.in if you want the gory details.
if test "$srcdir" = "."; then
if test "$with_target_subdir" != "."; then
multi_basedir="$srcdir/$with_multisrctop../.."
else
multi_basedir="$srcdir/$with_multisrctop.."
fi
else
multi_basedir="$srcdir/.."
fi
# Even if the default multilib is not a cross compilation,
# it may be that some of the other multilibs are.
if test $cross_compiling = no && test $multilib = yes \
&& test "x${with_multisubdir}" != x ; then
cross_compiling=maybe
fi
ac_config_commands="$ac_config_commands default-1"
# Check whether --enable-target-optspace was given.
if test "${enable_target_optspace+set}" = set; then :
enableval=$enable_target_optspace; case "${enableval}" in

View File

@ -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

View File

@ -777,7 +777,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1425,7 +1424,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
@ -2795,17 +2793,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
@ -11587,7 +11574,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 11590 "configure"
#line 11577 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -11693,7 +11680,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 11696 "configure"
#line 11683 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H

17
newlib/libc/configure vendored
View File

@ -825,7 +825,6 @@ enable_newlib_io_pos_args
enable_newlib_nano_malloc
enable_newlib_nano_formatted_io
enable_newlib_retargetable_locking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1477,7 +1476,6 @@ Optional Features:
--enable-newlib-nano-malloc Use small-footprint nano-malloc implementation
--enable-newlib-nano-formatted-io Use small-footprint nano-formatted-IO implementation
--enable-newlib-retargetable-locking Allow locking routines to be retargeted at link time
--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
@ -2910,17 +2908,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
@ -11711,7 +11698,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 11714 "configure"
#line 11701 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -11817,7 +11804,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 11820 "configure"
#line 11807 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -707,7 +707,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1343,7 +1342,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
@ -2470,17 +2468,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -781,7 +781,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1487,7 +1486,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
@ -2857,17 +2855,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
@ -11649,7 +11636,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 11652 "configure"
#line 11639 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -11755,7 +11742,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 11758 "configure"
#line 11745 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -779,7 +779,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1427,7 +1426,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
@ -2797,17 +2795,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
@ -11589,7 +11576,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 11592 "configure"
#line 11579 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -11695,7 +11682,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 11698 "configure"
#line 11685 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -709,7 +709,6 @@ ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_newlib_nano_formatted_io
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1346,7 +1345,6 @@ Optional Features:
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
--enable-newlib-nano-formatted-io Use small-footprint nano-formatted-IO implementation
--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
@ -2493,17 +2491,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -715,7 +715,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1356,7 +1355,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
@ -2490,17 +2488,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -707,7 +707,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1343,7 +1342,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
@ -2470,17 +2468,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -719,7 +719,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1361,7 +1360,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
@ -2535,17 +2533,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -708,7 +708,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1344,7 +1343,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
@ -2471,17 +2469,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -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
@ -1431,7 +1430,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
@ -2801,17 +2799,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
@ -11593,7 +11580,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 11596 "configure"
#line 11583 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -11699,7 +11686,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 11702 "configure"
#line 11689 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H

View File

@ -781,7 +781,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1429,7 +1428,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
@ -2799,17 +2797,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
@ -11591,7 +11578,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 11594 "configure"
#line 11581 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -11697,7 +11684,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 11700 "configure"
#line 11687 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H

View File

@ -781,7 +781,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1429,7 +1428,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
@ -2799,17 +2797,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
@ -11591,7 +11578,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 11594 "configure"
#line 11581 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -11697,7 +11684,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 11700 "configure"
#line 11687 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H

View File

@ -777,7 +777,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1425,7 +1424,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
@ -2795,17 +2793,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
@ -11587,7 +11574,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 11590 "configure"
#line 11577 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -11693,7 +11680,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 11696 "configure"
#line 11683 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H

View File

@ -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
@ -1430,7 +1429,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
@ -2800,17 +2798,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
@ -11592,7 +11579,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 11595 "configure"
#line 11582 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -11698,7 +11685,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 11701 "configure"
#line 11688 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H

View File

@ -777,7 +777,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1425,7 +1424,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
@ -2795,17 +2793,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
@ -11587,7 +11574,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 11590 "configure"
#line 11577 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -11693,7 +11680,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 11696 "configure"
#line 11683 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -709,7 +709,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1345,7 +1344,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
@ -2472,17 +2470,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -711,7 +711,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1350,7 +1349,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
@ -2477,17 +2475,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

View File

@ -706,7 +706,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_multilib
enable_target_optspace
enable_malloc_debugging
enable_newlib_multithread
@ -1342,7 +1341,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
@ -2469,17 +2467,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

Some files were not shown because too many files have changed in this diff Show More