Commit ce16861e by Ben Elliston Committed by Ben Elliston

config.host (i[34567]86-*-linux*, [...]): Add t-softfp to tmake_file.

	* config.host (i[34567]86-*-linux*, x86_64-*-linux*): Add t-softfp
	to tmake_file.

From-SVN: r143421
parent 1457ddca
2009-01-16 Ben Elliston <bje@au.ibm.com>
* config.host (i[34567]86-*-linux*, x86_64-*-linux*): Add t-softfp
to tmake_file.
2009-01-13 Ben Elliston <bje@au.ibm.com>
* config/t-softfp: New file.
......
......@@ -593,7 +593,7 @@ case ${host} in
i[34567]86-*-darwin* | x86_64-*-darwin* | \
i[34567]86-*-linux* | x86_64-*-linux*)
if test "${host_address}" = 32; then
tmake_file="${tmake_file} i386/${host_address}/t-fprules-softfp"
tmake_file="${tmake_file} t-softfp i386/${host_address}/t-fprules-softfp"
fi
;;
esac
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment