diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-09-06 15:46:09 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-09-06 15:46:09 +0000 |
commit | bbb3c81a449f089121b8d6d5527991dcd6dff0d3 (patch) | |
tree | d5b7c43dbc7cbe28d8a93568ed31f68f9cdf621c /config/dfp.m4 | |
parent | 32fcada3227c58a33c3c295d88a42e507ff8c8a8 (diff) | |
download | gdb-bbb3c81a449f089121b8d6d5527991dcd6dff0d3.zip gdb-bbb3c81a449f089121b8d6d5527991dcd6dff0d3.tar.gz gdb-bbb3c81a449f089121b8d6d5527991dcd6dff0d3.tar.bz2 |
Sync bootstrap-lto.mk and dfp.m4 with gcc.
Diffstat (limited to 'config/dfp.m4')
-rw-r--r-- | config/dfp.m4 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/config/dfp.m4 b/config/dfp.m4 index 4cace76..d5dbaf5 100644 --- a/config/dfp.m4 +++ b/config/dfp.m4 @@ -13,7 +13,7 @@ AC_ARG_ENABLE(decimal-float, to use], [ case $enable_decimal_float in - yes | no | bid | dpd) ;; + yes | no | bid | dpd) default_decimal_float=$enable_decimal_float ;; *) AC_MSG_ERROR(['$enable_decimal_float' is an invalid value for --enable-decimal-float. Valid choices are 'yes', 'bid', 'dpd', and 'no'.]) ;; esac @@ -24,7 +24,7 @@ Valid choices are 'yes', 'bid', 'dpd', and 'no'.]) ;; enable_decimal_float=yes ;; *) - AC_MSG_WARN(decimal float is not supported for this target, ignored) + AC_MSG_WARN([decimal float is not supported for this target, ignored]) enable_decimal_float=no ;; esac @@ -41,13 +41,14 @@ case x$enable_decimal_float in enable_decimal_float=dpd ;; esac + default_decimal_float=$enable_decimal_float ;; xno) # ENABLE_DECIMAL_FLOAT is set to 0. But we have to have proper # dependency on libdecnumber. - enable_decimal_float=dpd + default_decimal_float=dpd ;; esac AC_SUBST(enable_decimal_float) -])
\ No newline at end of file +]) |