This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] Add top-level configure support for MIPS target in gold


This patch adds top-level configure support for the MIPS target in gold.

OK to commit?

-cary


2014-06-23  Cary Coutant  <ccoutant@google.com>

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

diff --git a/configure.ac b/configure.ac
index 07c3a66..1e32e53 100644
--- a/configure.ac
+++ b/configure.ac
@@ -331,7 +331,8 @@ case "${ENABLE_GOLD}" in
     if test "$is_elf" = "yes"; then
       # Check for target supported by gold.
       case "${target}" in
-        i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-*
| tilegx*-*-*)
+        i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-*
+       | tilegx*-*-* | mips*-*-*)
          configdirs="$configdirs gold"
          if test x${ENABLE_GOLD} = xdefault; then
            default_ld=gold


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]