]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config.host: Add x86_64-*-rtems*.
authorJoel Sherrill <joel@rtems.org>
Fri, 26 Feb 2016 20:02:28 +0000 (20:02 +0000)
committerJoel Sherrill <joel@gcc.gnu.org>
Fri, 26 Feb 2016 20:02:28 +0000 (20:02 +0000)
2016-02-26  Joel Sherrill <joel@rtems.org>

* config.host: Add x86_64-*-rtems*.

From-SVN: r233762

libgcc/ChangeLog
libgcc/config.host

index 982e97b5ff31ee4e0a30e78388199a13a1a046c6..ca47125504ee1a5534620478b32fbf4a89a9d962 100644 (file)
@@ -1,3 +1,7 @@
+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*.
index 1f85c466ce9256fff9d5dca9a3d4133cb442fe25..b61a579bea0a7e7783596b99d6bdf119cb6213ab 100644 (file)
@@ -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*)