aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorjoel <joel@138bc75d-0d04-0410-961f-82ee72b054a4>2016-02-26 20:02:28 +0000
committerjoel <joel@138bc75d-0d04-0410-961f-82ee72b054a4>2016-02-26 20:02:28 +0000
commit1e085786d93d181fc9b31a28db27e5ff87577cc3 (patch)
treef1d282f000af756a559fc72b3dcf29a6f6ca4f15 /libgcc
parent6f93d1bae852549a33bc3b2996b470e08bb2b517 (diff)
2016-02-26 Joel Sherrill <joel@rtems.org>
* config.host: Add x86_64-*-rtems*. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@233762 138bc75d-0d04-0410-961f-82ee72b054a4
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 982e97b5ff3..ca47125504e 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 1f85c466ce9..b61a579bea0 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*)