config.host (v850*-*-*): Add to tmake_file instead of resetting it.

2014-03-20  Joel Sherrill  <joel.sherrill@oarcorp.com>

	* config.host (v850*-*-*): Add to tmake_file instead of resetting
	it. This was removing the v850*-*-rtems* settings.

From-SVN: r208711
This commit is contained in:
Joel Sherrill 2014-03-20 16:13:10 +00:00 committed by Joel Sherrill
parent ce8770199e
commit e86ba77be7
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-03-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* config.host (v850*-*-*): Add to tmake_file instead of resetting
it. This was removing the v850*-*-rtems* settings.
014-02-28 Joey Ye <joey.ye@arm.com>
Backport from mainline r208229

View File

@ -1110,7 +1110,7 @@ tilepro-*-linux*)
md_unwind_header=tilepro/linux-unwind.h
;;
v850*-*-*)
tmake_file="v850/t-v850 t-fdpbit"
tmake_file="${tmake_file} v850/t-v850 t-fdpbit"
;;
vax-*-linux*)
tmake_file="$tmake_file vax/t-linux"