]> 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:13:10 +0000 (16:13 +0000)
committerJoel Sherrill <joel@gcc.gnu.org>
Thu, 20 Mar 2014 16:13:10 +0000 (16:13 +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: r208711

libgcc/ChangeLog
libgcc/config.host

index f87f51d82638a7859d59e2ce979b298acdd8eaee..9e77f1945438f1c6a9991b65970303afa059d24e 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.
+
 014-02-28  Joey Ye  <joey.ye@arm.com>
 
        Backport from mainline r208229
index a6f7c450d7024e5c16e27f8eccb84817c72d4f3f..b64da4a26d9ccc3e4566ef699ceda5a7bf085c0e 100644 (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"