From: joel Date: Thu, 20 Mar 2014 16:13:10 +0000 (+0000) Subject: 2014-03-20 Joel Sherrill X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=25148c0733f49d366cfad97a78086d493c2e6dfe 2014-03-20 Joel Sherrill * config.host (v850*-*-*): Add to tmake_file instead of resetting it. This was removing the v850*-*-rtems* settings. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_7-branch@208711 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index f87f51d8263..9e77f194543 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,8 @@ +2014-03-20 Joel Sherrill + + * config.host (v850*-*-*): Add to tmake_file instead of resetting + it. This was removing the v850*-*-rtems* settings. + 014-02-28 Joey Ye Backport from mainline r208229 diff --git a/libgcc/config.host b/libgcc/config.host index a6f7c450d70..b64da4a26d9 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -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"