summaryrefslogtreecommitdiff
path: root/tools/4.11
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-03-20 15:21:16 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-03-20 15:21:16 -0500
commitec18d1d37e0058335382f7bea442446b672282bf (patch)
treeeb10510689be19d2d4b4438bad304ff119095668 /tools/4.11
parente959da9ef5841b20a9e75060dba62e56faa54026 (diff)
gcc-4.8.2-rtems4.11-20140349.diff: New file
Diffstat (limited to 'tools/4.11')
-rw-r--r--tools/4.11/gcc/v850/gcc-4.8.2-rtems4.11-20140349.diff20
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/4.11/gcc/v850/gcc-4.8.2-rtems4.11-20140349.diff b/tools/4.11/gcc/v850/gcc-4.8.2-rtems4.11-20140349.diff
new file mode 100644
index 0000000..f01fe8d
--- /dev/null
+++ b/tools/4.11/gcc/v850/gcc-4.8.2-rtems4.11-20140349.diff
@@ -0,0 +1,20 @@
+2014-03-19 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * config.host (v850*-*-*): Add to tmake_file instead of resetting it.
+
+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"
+--
+1.8.3.1
+