config.gcc: Add soft-fp/t-softfp and i386/t-linux to tmake_file for...

gcc/
 
 	* config.gcc: Add soft-fp/t-softfp and i386/t-linux to tmake_file
 	for i[34567]86-*-kfreebsd*-gnu*, x86_64-*-kfreebsd*-gnu*.
 
libgcc/
 
 	* config.host: Add i386/${host_address}/t-fprules-softfp to
 	tmake_file for i[34567]86-*-kfreebsd*-gnu, x86_64-*-kfreebsd*-gnu*.

From-SVN: r146249
This commit is contained in:
Aurelien Jarno 2009-04-17 11:58:41 +00:00 committed by Uros Bizjak
parent 63cf5ef5ec
commit e15d287770
4 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-04-17 Aurelien Jarno <aurelien@aurel32.net>
* config.gcc: Add soft-fp/t-softfp and i386/t-linux to tmake_file
for i[34567]86-*-kfreebsd*-gnu*, x86_64-*-kfreebsd*-gnu*.
2009-04-16 Kaz Kojima <kkojima@gcc.gnu.org>
Backport from mainline:

View File

@ -3057,7 +3057,7 @@ case ${target} in
i[34567]86-*-darwin* | x86_64-*-darwin*)
tmake_file="${tmake_file} i386/t-fprules-softfp soft-fp/t-softfp"
;;
i[34567]86-*-linux* | x86_64-*-linux*)
i[34567]86-*-linux* | x86_64-*-linux* | i[34567]86-*-kfreebsd*-gnu | x86_64-*-kfreebsd*-gnu)
tmake_file="${tmake_file} i386/t-fprules-softfp soft-fp/t-softfp i386/t-linux"
;;
ia64*-*-linux*)

View File

@ -1,3 +1,8 @@
2009-04-17 Aurelien Jarno <aurelien@aurel32.net>
* config.host: Add i386/${host_address}/t-fprules-softfp to
tmake_file for i[34567]86-*-kfreebsd*-gnu, x86_64-*-kfreebsd*-gnu*.
2009-04-09 Nick Clifton <nickc@redhat.com>
* config/ia64/tf-signs.c: Change copyright header to refer to

View File

@ -590,6 +590,7 @@ esac
case ${host} in
i[34567]86-*-darwin* | x86_64-*-darwin* | \
i[34567]86-*-kfreebsd*-gnu | x86_64-*-kfreebsd*-gnu | \
i[34567]86-*-linux* | x86_64-*-linux*)
if test "${host_address}" = 32; then
tmake_file="${tmake_file} t-softfp i386/${host_address}/t-fprules-softfp"