public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] allow gold subdir building for mips
@ 2015-04-20  5:46 Mike Frysinger
  2015-04-21  0:46 ` Cary Coutant
  0 siblings, 1 reply; 5+ messages in thread
From: Mike Frysinger @ 2015-04-20  5:46 UTC (permalink / raw)
  To: binutils; +Cc: Sasa.Stankovic, ccoutant, kumba

Reported-by: Joshua Kinard <kumba@gentoo.org>

2015-04-20  Mike Frysinger  <vapier@gentoo.org>

	* configure.ac: Add mips*-*-* to the gold target check.
	* configure: Regenerate.
---
 configure    | 2 +-
 configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 97250fa..2549945 100755
--- a/configure
+++ b/configure
@@ -2970,7 +2970,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 --git a/configure.ac b/configure.ac
index ef5f5b1..0fe176b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -351,7 +351,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
-- 
2.3.5

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

* Re: [PATCH] allow gold subdir building for mips
  2015-04-20  5:46 [PATCH] allow gold subdir building for mips Mike Frysinger
@ 2015-04-21  0:46 ` Cary Coutant
  2015-04-21  1:22   ` Mike Frysinger
  2016-01-26 18:11   ` Mike Frysinger
  0 siblings, 2 replies; 5+ messages in thread
From: Cary Coutant @ 2015-04-21  0:46 UTC (permalink / raw)
  To: Mike Frysinger; +Cc: Binutils, Sasa.Stankovic, Cary Coutant, kumba

> 2015-04-20  Mike Frysinger  <vapier@gentoo.org>
>
>         * configure.ac: Add mips*-*-* to the gold target check.
>         * configure: Regenerate.

I've been waiting for approval for this patch since October:

   https://gcc.gnu.org/ml/gcc-patches/2014-10/msg01946.html
   https://gcc.gnu.org/ml/gcc-patches/2014-10/msg03131.html
   https://gcc.gnu.org/ml/gcc-patches/2014-12/msg00108.html
   https://gcc.gnu.org/ml/gcc-patches/2015-02/msg00186.html

-cary

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

* Re: [PATCH] allow gold subdir building for mips
  2015-04-21  0:46 ` Cary Coutant
@ 2015-04-21  1:22   ` Mike Frysinger
  2016-01-26 18:11   ` Mike Frysinger
  1 sibling, 0 replies; 5+ messages in thread
From: Mike Frysinger @ 2015-04-21  1:22 UTC (permalink / raw)
  To: Cary Coutant; +Cc: Binutils, Sasa.Stankovic, Cary Coutant, kumba

[-- Attachment #1: Type: text/plain, Size: 590 bytes --]

On 20 Apr 2015 17:46, Cary Coutant wrote:
> > 2015-04-20  Mike Frysinger  <vapier@gentoo.org>
> >
> >         * configure.ac: Add mips*-*-* to the gold target check.
> >         * configure: Regenerate.
> 
> I've been waiting for approval for this patch since October:
> 
>    https://gcc.gnu.org/ml/gcc-patches/2014-10/msg01946.html
>    https://gcc.gnu.org/ml/gcc-patches/2014-10/msg03131.html
>    https://gcc.gnu.org/ml/gcc-patches/2014-12/msg00108.html
>    https://gcc.gnu.org/ml/gcc-patches/2015-02/msg00186.html

thanks ... i've updated Gentoo to use your copy
-mike

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

* Re: [PATCH] allow gold subdir building for mips
  2015-04-21  0:46 ` Cary Coutant
  2015-04-21  1:22   ` Mike Frysinger
@ 2016-01-26 18:11   ` Mike Frysinger
  2016-03-17 23:00     ` Cary Coutant
  1 sibling, 1 reply; 5+ messages in thread
From: Mike Frysinger @ 2016-01-26 18:11 UTC (permalink / raw)
  To: Cary Coutant; +Cc: Binutils, Sasa.Stankovic, Cary Coutant, kumba

[-- Attachment #1: Type: text/plain, Size: 692 bytes --]

On 20 Apr 2015 17:46, Cary Coutant wrote:
> > 2015-04-20  Mike Frysinger  <vapier@gentoo.org>
> >
> >         * configure.ac: Add mips*-*-* to the gold target check.
> >         * configure: Regenerate.
> 
> I've been waiting for approval for this patch since October:
> 
>    https://gcc.gnu.org/ml/gcc-patches/2014-10/msg01946.html
>    https://gcc.gnu.org/ml/gcc-patches/2014-10/msg03131.html
>    https://gcc.gnu.org/ml/gcc-patches/2014-12/msg00108.html
>    https://gcc.gnu.org/ml/gcc-patches/2015-02/msg00186.html

i think you should just push the patches.  this section of code only
matters to binutils, and we approve it, so the gcc part is purely a
formality.
-mike

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

* Re: [PATCH] allow gold subdir building for mips
  2016-01-26 18:11   ` Mike Frysinger
@ 2016-03-17 23:00     ` Cary Coutant
  0 siblings, 0 replies; 5+ messages in thread
From: Cary Coutant @ 2016-03-17 23:00 UTC (permalink / raw)
  To: Cary Coutant, Binutils, Sasa.Stankovic, kumba

On Tue, Jan 26, 2016 at 10:11 AM, Mike Frysinger <vapier@gentoo.org> wrote:
> On 20 Apr 2015 17:46, Cary Coutant wrote:
>> > 2015-04-20  Mike Frysinger  <vapier@gentoo.org>
>> >
>> >         * configure.ac: Add mips*-*-* to the gold target check.
>> >         * configure: Regenerate.
>>
>> I've been waiting for approval for this patch since October:
>>
>>    https://gcc.gnu.org/ml/gcc-patches/2014-10/msg01946.html
>>    https://gcc.gnu.org/ml/gcc-patches/2014-10/msg03131.html
>>    https://gcc.gnu.org/ml/gcc-patches/2014-12/msg00108.html
>>    https://gcc.gnu.org/ml/gcc-patches/2015-02/msg00186.html
>
> i think you should just push the patches.  this section of code only
> matters to binutils, and we approve it, so the gcc part is purely a
> formality.
> -mike

Thanks! Done.

-cary

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

end of thread, other threads:[~2016-03-17 23:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-20  5:46 [PATCH] allow gold subdir building for mips Mike Frysinger
2015-04-21  0:46 ` Cary Coutant
2015-04-21  1:22   ` Mike Frysinger
2016-01-26 18:11   ` Mike Frysinger
2016-03-17 23:00     ` 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).