From: Joel Sherrill Date: Fri, 26 Feb 2016 20:02:28 +0000 (+0000) Subject: config.host: Add x86_64-*-rtems*. X-Git-Tag: basepoints/gcc-7~723 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df674f74a54061b502d9a27d3927edf64a48fe8d;p=thirdparty%2Fgcc.git config.host: Add x86_64-*-rtems*. 2016-02-26 Joel Sherrill * config.host: Add x86_64-*-rtems*. From-SVN: r233762 --- diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 982e97b5ff31..ca47125504ee 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 1f85c466ce92..b61a579bea0a 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*)