diff options
author | Joel Sherrill <joel.sherrill@oarcorp.com> | 2014-03-20 16:11:10 +0000 |
---|---|---|
committer | Joel Sherrill <joel@gcc.gnu.org> | 2014-03-20 16:11:10 +0000 |
commit | d02bbcf3f1493f5c15aeabb37dd7a987a7b67b39 (patch) | |
tree | 389e2df8a0f5a3e30e2e552092e316fde1522c85 | |
parent | d02b6ac7447cbd5fb19ce2200f39cc82cae428b0 (diff) | |
download | gcc-d02bbcf3f1493f5c15aeabb37dd7a987a7b67b39.zip gcc-d02bbcf3f1493f5c15aeabb37dd7a987a7b67b39.tar.gz gcc-d02bbcf3f1493f5c15aeabb37dd7a987a7b67b39.tar.bz2 |
config.host (v850*-*-*): Add to tmake_file instead of resetting it.
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
-rw-r--r-- | libgcc/ChangeLog | 5 | ||||
-rw-r--r-- | libgcc/config.host | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 686c29e..fea09cc 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -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 diff --git a/libgcc/config.host b/libgcc/config.host index bdc725f..f8f74cc 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -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" |