mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
Sync dfp.m4 with gcc
* dfp.m4 (enable_decimal_float): Also set to yes for i?86*-*-elfiamcu target.
This commit is contained in:
parent
16beab3db6
commit
a2efc14b81
@ -1,3 +1,8 @@
|
||||
2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* dfp.m4 (enable_decimal_float): Also set to yes for
|
||||
i?86*-*-elfiamcu target.
|
||||
|
||||
2015-04-10 Jakub Jelinek <jakub@redhat.com>
|
||||
Iain Sandoe <iain@codesourcery.com>
|
||||
|
||||
|
@ -21,7 +21,7 @@ Valid choices are 'yes', 'bid', 'dpd', and 'no'.]) ;;
|
||||
[
|
||||
case $1 in
|
||||
powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux* | s390*-*-linux* | \
|
||||
i?86*-*-gnu* | \
|
||||
i?86*-*-elfiamcu | i?86*-*-gnu* | \
|
||||
i?86*-*-mingw* | x86_64*-*-mingw* | \
|
||||
i?86*-*-cygwin* | x86_64*-*-cygwin*)
|
||||
enable_decimal_float=yes
|
||||
|
Loading…
Reference in New Issue
Block a user