diff options
author | Jan-Benedict Glaw <jbglaw@lug-owl.de> | 2013-04-30 12:40:42 +0000 |
---|---|---|
committer | Jan-Benedict Glaw <jbglaw@lug-owl.de> | 2013-04-30 12:40:42 +0000 |
commit | 2cc10f5b8542e917ec7dcc4721af0c32a12bea95 (patch) | |
tree | 318d0423596e9bc88c6cd2b264996f875849619f /config/dfp.m4 | |
parent | f92b06daf91de6766ae3bf6d6c1cabe1d242cede (diff) | |
download | gdb-2cc10f5b8542e917ec7dcc4721af0c32a12bea95.zip gdb-2cc10f5b8542e917ec7dcc4721af0c32a12bea95.tar.gz gdb-2cc10f5b8542e917ec7dcc4721af0c32a12bea95.tar.bz2 |
2013-04-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
config/
* picflag.m4: Merge from GCC.
* dfp.m4: Ditto.
* bootstrap-asan.mk: Ditto.
* ChangeLog: Ditto.
Diffstat (limited to 'config/dfp.m4')
-rw-r--r-- | config/dfp.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/dfp.m4 b/config/dfp.m4 index e971db4..48683f0 100644 --- a/config/dfp.m4 +++ b/config/dfp.m4 @@ -23,7 +23,7 @@ Valid choices are 'yes', 'bid', 'dpd', and 'no'.]) ;; powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux* | s390*-*-linux* | \ i?86*-*-gnu* | \ i?86*-*-mingw* | x86_64*-*-mingw* | \ - i?86*-*-cygwin*) + i?86*-*-cygwin* | x86_64*-*-cygwin*) enable_decimal_float=yes ;; *) |