Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/msp430/configure')
-rwxr-xr-xnewlib/libc/machine/msp430/configure13
1 files changed, 0 insertions, 13 deletions
diff --git a/newlib/libc/machine/msp430/configure b/newlib/libc/machine/msp430/configure
index 534d3465b..bbbfee133 100755
--- a/newlib/libc/machine/msp430/configure
+++ b/newlib/libc/machine/msp430/configure
@@ -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