[PATCH] Add top-level config support for gold mips target

Cary Coutant ccoutant@google.com
Wed Feb 4 04:52:00 GMT 2015


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



More information about the Gcc-patches mailing list