config.host (v850*-*-*): Add to tmake_file instead of resetting it.
authorJoel Sherrill <joel.sherrill@oarcorp.com>
Thu, 20 Mar 2014 16:11:10 +0000 (16:11 +0000)
committerJoel Sherrill <joel@gcc.gnu.org>
Thu, 20 Mar 2014 16:11:10 +0000 (16:11 +0000)
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: r208708

libgcc/ChangeLog
libgcc/config.host

index 686c29e80236d0954d255e5f0b8cc53cff50fa19..fea09cc01897ed8a7640baec7e35f5daf19ac375 100644 (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.
+
 2014-03-10  Uros Bizjak  <ubizjak@gmail.com>
 
        PR libgcc/60472
index bdc725f32a49ee9be6891771bd70cc44b602736d..f8f74cc40b2c94b7c5229fc6447b1f3c9a73d3af 100644 (file)
@@ -1195,7 +1195,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"