X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=configure.ac;h=26d01f00b66255219531bc2797c354050fe1a4b2;hb=396008db6b94fb93860ad1ea5f9322f5964009a2;hp=71299244dd001edc48c333db653da6a7447c108e;hpb=50b5a025e7e6df3df79f526aa46c0e000ef0bbd4;p=pf3gnuchains%2Fgcc-fork.git diff --git a/configure.ac b/configure.ac index 71299244dd0..26d01f00b66 100644 --- a/configure.ac +++ b/configure.ac @@ -2935,9 +2935,6 @@ do skip_next=$separate_arg continue ;; - --enable-multilib | --disable-multilib) - continue - ;; -*) # An option. Add it. case $ac_arg in @@ -3006,12 +3003,10 @@ if test x${is_cross_compiler} = xyes ; then target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}" fi -# Pass --enable-multilib to target dirs; default to --enable-multilib. -case $enable_multilib in -'' | yes) +# Default to --enable-multilib. +if test x${enable_multilib} = x ; then target_configargs="--enable-multilib ${target_configargs}" - ;; -esac +fi # Pass --with-newlib if appropriate. Note that target_configdirs has # changed from the earlier setting of with_newlib.