X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=configure;h=8edfde3da4d753dd410214c5e75f5b53b91b9f3d;hb=6f888ee8a8f01701b96de65deac143782610ab7c;hp=662b63cf92d18908bf0471f991325b77b2e9420c;hpb=398d7b2bf98caebd8885c9c274a35a25f539b1e8;p=pf3gnuchains%2Fgcc-fork.git diff --git a/configure b/configure index 662b63cf92d..8edfde3da4d 100755 --- a/configure +++ b/configure @@ -7882,9 +7882,6 @@ do skip_next=$separate_arg continue ;; - --enable-multilib | --disable-multilib) - continue - ;; -*) # An option. Add it. case $ac_arg in @@ -7953,12 +7950,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.