From: Joel Sherrill Date: Thu, 20 Mar 2014 16:13:10 +0000 (+0000) Subject: config.host (v850*-*-*): Add to tmake_file instead of resetting it. X-Git-Tag: releases/gcc-4.7.4~187 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e86ba77be772cb0c3d08a417abaaad6200f58960;p=thirdparty%2Fgcc.git config.host (v850*-*-*): Add to tmake_file instead of resetting it. 2014-03-20 Joel Sherrill * config.host (v850*-*-*): Add to tmake_file instead of resetting it. This was removing the v850*-*-rtems* settings. From-SVN: r208711 --- diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index f87f51d82638..9e77f1945438 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 a6f7c450d702..b64da4a26d9c 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"