]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config.host (v850*-*-*): Add to tmake_file instead of resetting it.
authorJoel Sherrill <joel.sherrill@oarcorp.com>
Thu, 20 Mar 2014 16:12:30 +0000 (16:12 +0000)
committerJoel Sherrill <joel@gcc.gnu.org>
Thu, 20 Mar 2014 16:12:30 +0000 (16:12 +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: r208709

libgcc/ChangeLog
libgcc/config.host

index 6712a8df101d8396c2ad31771efa942f72da8a16..ecffca3459c71e6130bb78bda531d47a8810d705 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-02-28  Joey Ye  <joey.ye@arm.com>
 
        Backport from mainline r208229
index 302aa613521162ed4703423a78e32f7eca50a16e..4a76998589842d34e2c688655fff731a27102002 100644 (file)
@@ -1085,7 +1085,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"