summaryrefslogtreecommitdiff
path: root/libgcc/config.host
diff options
context:
space:
mode:
authorjoel <joel@138bc75d-0d04-0410-961f-82ee72b054a4>2014-03-20 16:11:10 +0000
committerjoel <joel@138bc75d-0d04-0410-961f-82ee72b054a4>2014-03-20 16:11:10 +0000
commit0cdefccf99551bdd1bf73721efe2fb4406f552a5 (patch)
tree389e2df8a0f5a3e30e2e552092e316fde1522c85 /libgcc/config.host
parentb726fd97fcb2d1fb5d60a1a88dd9b3c427b18152 (diff)
downloadgcc-0cdefccf99551bdd1bf73721efe2fb4406f552a5.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208708 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/config.host')
-rw-r--r--libgcc/config.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/config.host b/libgcc/config.host
index bdc725f32a4..f8f74cc40b2 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"