aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-02-26 20:02:28 +0000
committerJoel Sherrill <joel@gcc.gnu.org>2016-02-26 20:02:28 +0000
commitdf674f74a54061b502d9a27d3927edf64a48fe8d (patch)
treef1d282f000af756a559fc72b3dcf29a6f6ca4f15 /libgcc
parentd6944908c094edb769281bd11006a09b4fa4e9d0 (diff)
downloadgcc-df674f74a54061b502d9a27d3927edf64a48fe8d.zip
gcc-df674f74a54061b502d9a27d3927edf64a48fe8d.tar.gz
gcc-df674f74a54061b502d9a27d3927edf64a48fe8d.tar.bz2
config.host: Add x86_64-*-rtems*.
2016-02-26 Joel Sherrill <joel@rtems.org> * config.host: Add x86_64-*-rtems*. From-SVN: r233762
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/ChangeLog4
-rw-r--r--libgcc/config.host2
2 files changed, 5 insertions, 1 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 982e97b..ca47125 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,5 +1,9 @@
2016-02-26 Joel Sherrill <joel@rtems.org>
+ * config.host: Add x86_64-*-rtems*.
+
+2016-02-26 Joel Sherrill <joel@rtems.org>
+
* libgcc/config.host: Add aarch64-*-rtems*.
2016-02-26 Paul E. Murphy <murphyp@linux.vnet.ibm.com>
diff --git a/libgcc/config.host b/libgcc/config.host
index 1f85c46..b61a579 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -577,7 +577,7 @@ i[34567]86-*-elfiamcu)
i[34567]86-*-elf*)
tmake_file="$tmake_file i386/t-crtstuff t-crtstuff-pic t-libgcc-pic"
;;
-x86_64-*-elf*)
+x86_64-*-elf* | x86_64-*-rtems*)
tmake_file="$tmake_file i386/t-crtstuff t-crtstuff-pic t-libgcc-pic"
;;
i[34567]86-*-dragonfly*)