From df674f74a54061b502d9a27d3927edf64a48fe8d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 26 Feb 2016 20:02:28 +0000 Subject: [PATCH] config.host: Add x86_64-*-rtems*. 2016-02-26 Joel Sherrill * config.host: Add x86_64-*-rtems*. From-SVN: r233762 --- libgcc/ChangeLog | 4 ++++ libgcc/config.host | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 982e97b5ff3..ca47125504e 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2016-02-26 Joel Sherrill + + * config.host: Add x86_64-*-rtems*. + 2016-02-26 Joel Sherrill * libgcc/config.host: Add aarch64-*-rtems*. 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*)