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 982e97b..ca47125 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,5 +1,9 @@ 2016-02-26 Joel Sherrill + * config.host: Add x86_64-*-rtems*. + +2016-02-26 Joel Sherrill + * libgcc/config.host: Add aarch64-*-rtems*. 2016-02-26 Paul E. Murphy 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*) -- 2.7.4