aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/sys/rtems/configure
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-01-20 22:52:38 -0500
committerMike Frysinger <vapier@gentoo.org>2022-01-21 17:10:10 -0500
commit4317e0676a074a01be49ca8a51a4e1ab41ac4823 (patch)
treede97d6281b9f4d4ecc6d8dc147983ae5b15e4318 /newlib/libc/sys/rtems/configure
parent17c2b857dc42cfe5e46d110250279f78807a3e5f (diff)
downloadnewlib-4317e0676a074a01be49ca8a51a4e1ab41ac4823.zip
newlib-4317e0676a074a01be49ca8a51a4e1ab41ac4823.tar.gz
newlib-4317e0676a074a01be49ca8a51a4e1ab41ac4823.tar.bz2
newlib: stop checking --enable-multilib in subdirs
None of the subdirs actually use the multilib arg, so include the logic only in the top-level configure.
Diffstat (limited to 'newlib/libc/sys/rtems/configure')
-rwxr-xr-xnewlib/libc/sys/rtems/configure13
1 files changed, 0 insertions, 13 deletions
diff --git a/newlib/libc/sys/rtems/configure b/newlib/libc/sys/rtems/configure
index 758cb12..d669daa 100755
--- a/newlib/libc/sys/rtems/configure
+++ b/newlib/libc/sys/rtems/configure
@@ -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