public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Add top-level config support for gold mips target
@ 2014-10-20 17:35 Cary Coutant
  2014-10-29 19:09 ` Cary Coutant
  0 siblings, 1 reply; 4+ messages in thread
From: Cary Coutant @ 2014-10-20 17:35 UTC (permalink / raw)
  To: gcc-patches; +Cc: Sasa Stankovic

This patch adds support for the mips target in gold.

OK to commit?

-cary


2014-10-20  Cary Coutant  <ccoutant@google.com>

        * configure (--enable-gold): Add mips*-*-*.
        * configure.ac: Regenerate.


Index: configure
===================================================================
--- configure   (revision 216487)
+++ configure   (working copy)
@@ -2941,7 +2941,7 @@ case "${ENABLE_GOLD}" in
       # Check for target supported by gold.
       case "${target}" in
         i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* \
-        | aarch64*-*-* | tilegx*-*-*)
+        | aarch64*-*-* | tilegx*-*-* | mips*-*-*)
          configdirs="$configdirs gold"
          if test x${ENABLE_GOLD} = xdefault; then
            default_ld=gold
Index: configure.ac
===================================================================
--- configure.ac        (revision 216487)
+++ configure.ac        (working copy)
@@ -332,7 +332,7 @@ case "${ENABLE_GOLD}" in
       # Check for target supported by gold.
       case "${target}" in
         i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* \
-        | aarch64*-*-* | tilegx*-*-*)
+        | aarch64*-*-* | tilegx*-*-* | mips*-*-*)
          configdirs="$configdirs gold"
          if test x${ENABLE_GOLD} = xdefault; then
            default_ld=gold

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-02-04  4:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-20 17:35 [PATCH] Add top-level config support for gold mips target Cary Coutant
2014-10-29 19:09 ` Cary Coutant
2014-12-01 22:15   ` Cary Coutant
2015-02-04  4:52     ` Cary Coutant

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).