config.gcc: Add t-dfprules to $tmake_file for i*86-*-linux* and x86_64-*-linux* configurations.
* config.gcc: Add t-dfprules to $tmake_file for i*86-*-linux* and x86_64-*-linux* configurations. From-SVN: r111751
This commit is contained in:
parent
d9b9633d19
commit
45b9a4e849
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
2006-03-06 Ben Elliston <bje@au.ibm.com>
|
||||
|
||||
* config.gcc: Add t-dfprules to $tmake_file for i*86-*-linux* and
|
||||
x86_64-*-linux* configurations.
|
||||
|
||||
* config/dfp-bit.h (CMPtype): Typedef to a word mode integer.
|
||||
|
||||
2006-03-05 Kazu Hirata <kazu@codesourcery.com>
|
||||
|
|
|
@ -1073,7 +1073,7 @@ i[34567]86-*-linux* | i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu)
|
|||
i[34567]86-*-knetbsd*-gnu) tm_file="${tm_file} knetbsd-gnu.h i386/knetbsd-gnu.h" ;;
|
||||
i[34567]86-*-kfreebsd*-gnu) tm_file="${tm_file} kfreebsd-gnu.h i386/kfreebsd-gnu.h" ;;
|
||||
esac
|
||||
tmake_file="${tmake_file} i386/t-crtstuff i386/t-crtfm"
|
||||
tmake_file="${tmake_file} i386/t-crtstuff i386/t-crtfm t-dfprules"
|
||||
;;
|
||||
x86_64-*-linux* | x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu)
|
||||
tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h \
|
||||
|
@ -1082,7 +1082,7 @@ x86_64-*-linux* | x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu)
|
|||
x86_64-*-kfreebsd*-gnu) tm_file="${tm_file} kfreebsd-gnu.h" ;;
|
||||
x86_64-*-knetbsd*-gnu) tm_file="${tm_file} knetbsd-gnu.h" ;;
|
||||
esac
|
||||
tmake_file="${tmake_file} i386/t-linux64 i386/t-crtfm"
|
||||
tmake_file="${tmake_file} i386/t-linux64 i386/t-crtfm t-dfprules"
|
||||
;;
|
||||
i[34567]86-*-gnu*)
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue