diff mbox

Add top-level config support for gold mips target

Message ID CAHACq4qM_hbFD3SNgDAwJL33Np3UjPQ-VhzTQCDzgG-4Bt755A@mail.gmail.com
State New
Headers show

Commit Message

Cary Coutant Oct. 20, 2014, 5:31 p.m. UTC
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.

Comments

Cary Coutant Oct. 29, 2014, 7:04 p.m. UTC | #1
Ping?

On Mon, Oct 20, 2014 at 10:31 AM, Cary Coutant <ccoutant@google.com> wrote:
> 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
Cary Coutant Dec. 1, 2014, 10:15 p.m. UTC | #2
Ping^2.

-cary

On Wed, Oct 29, 2014 at 12:04 PM, Cary Coutant <ccoutant@google.com> wrote:
> Ping?
>
> On Mon, Oct 20, 2014 at 10:31 AM, Cary Coutant <ccoutant@google.com> wrote:
>> 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
Cary Coutant Feb. 4, 2015, 4:51 a.m. UTC | #3
Ping^3. Should I be addressing this to someone else?

-cary

On Mon, Dec 1, 2014 at 2:15 PM, Cary Coutant <ccoutant@google.com> wrote:
> Ping^2.
>
> -cary
>
> On Wed, Oct 29, 2014 at 12:04 PM, Cary Coutant <ccoutant@google.com> wrote:
>> Ping?
>>
>> On Mon, Oct 20, 2014 at 10:31 AM, Cary Coutant <ccoutant@google.com> wrote:
>>> 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
diff mbox

Patch

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