diff options
Diffstat (limited to 'libgcc/configure')
-rw-r--r-- | libgcc/configure | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libgcc/configure b/libgcc/configure index 492e97686e9..24c1571bd24 100644 --- a/libgcc/configure +++ b/libgcc/configure @@ -3305,7 +3305,7 @@ Valid choices are 'yes', 'bid', 'dpd', and 'no'." >&2;} else - case $target in + case $host in powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux*) enable_decimal_float=yes ;; @@ -3318,7 +3318,7 @@ fi; # x86's use BID format instead of DPD if test x$enable_decimal_float = xyes; then - case $target in + case $host in i?86*-*-linux* | x86_64*-*-linux*) enable_decimal_float=bid ;; @@ -3938,7 +3938,6 @@ cat >>$CONFIG_STATUS <<_ACEOF srcdir=${srcdir} host=${host} -target=${target} with_target_subdir=${with_target_subdir} with_multisubdir=${with_multisubdir} ac_configure_args="--enable-multilib ${ac_configure_args}" |